public static final class SaxBuffer.StartElement extends Object implements SaxBuffer.SaxBit, Serializable
| Modifier and Type | Field and Description |
|---|---|
Attributes |
attrs |
String |
localName |
String |
namespaceURI |
String |
qName |
| Constructor and Description |
|---|
StartElement(String namespaceURI,
String localName,
String qName,
Attributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Writer writer) |
void |
send(ContentHandler contentHandler) |
public final String namespaceURI
public final String localName
public final String qName
public final Attributes attrs
public StartElement(String namespaceURI, String localName, String qName, Attributes attrs)
public void send(ContentHandler contentHandler) throws SAXException
send in interface SaxBuffer.SaxBitSAXExceptionpublic void dump(Writer writer) throws IOException
dump in interface SaxBuffer.SaxBitIOExceptionCopyright © 2022. All rights reserved.