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, writeAsEncodedUnicode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asCharacters, asEndElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, writeAsEncodedUnicode
public DelegatingStartElement(StartElement delegate, List<Attribute> attributes)
public QName getName()
getName
in interface StartElement
public Iterator getAttributes()
getAttributes
in interface StartElement
public Iterator getNamespaces()
getNamespaces
in interface StartElement
public Attribute getAttributeByName(QName name)
getAttributeByName
in interface StartElement
public NamespaceContext getNamespaceContext()
getNamespaceContext
in interface StartElement
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface StartElement
public boolean isStartElement()
isStartElement
in interface XMLEvent
isStartElement
in class IDLFilter.DelegatingXMLEvent
public StartElement asStartElement()
asStartElement
in interface XMLEvent
asStartElement
in class IDLFilter.DelegatingXMLEvent
Copyright © 2006-2016–2019. All rights reserved.