oracle.ide.xml
Class StartElementPacket
java.lang.Object
oracle.ide.xml.StartElementPacket
- public final class StartElementPacket
- extends java.lang.Object
Data class used as an immutable return value from XMLUtil
methods. The data contained by this class represents the data that is
passed into the DocumentHandler.startElement(...)
method
in the SAX API.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceURI
public final java.lang.String namespaceURI
localName
public final java.lang.String localName
qName
public final java.lang.String qName
attributes
public final org.xml.sax.Attributes attributes
publicId
public final java.lang.String publicId
systemId
public final java.lang.String systemId
Copyright © 1997, 2004, Oracle. All rights reserved.