public static class IDLFilter.DelegatingStartElement extends IDLFilter.DelegatingXMLEvent implements StartElement
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
DelegatingStartElement(StartElement delegate,
List<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
StartElement |
asStartElement() |
Attribute |
getAttributeByName(QName name) |
Iterator |
getAttributes() |
QName |
getName() |
NamespaceContext |
getNamespaceContext() |
Iterator |
getNamespaces() |
String |
getNamespaceURI(String prefix) |
boolean |
isStartElement() |
asCharacters, asEndElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasCharacters, asEndElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, writeAsEncodedUnicodepublic DelegatingStartElement(StartElement delegate, List<Attribute> attributes)
public QName getName()
getName in interface StartElementpublic Iterator getAttributes()
getAttributes in interface StartElementpublic Iterator getNamespaces()
getNamespaces in interface StartElementpublic Attribute getAttributeByName(QName name)
getAttributeByName in interface StartElementpublic NamespaceContext getNamespaceContext()
getNamespaceContext in interface StartElementpublic String getNamespaceURI(String prefix)
getNamespaceURI in interface StartElementpublic boolean isStartElement()
isStartElement in interface XMLEventisStartElement in class IDLFilter.DelegatingXMLEventpublic StartElement asStartElement()
asStartElement in interface XMLEventasStartElement in class IDLFilter.DelegatingXMLEventCopyright © 2006-2016–2017. All rights reserved.