| java.lang.Object com.caucho.xml.stream.events.XMLEventImpl
All known Subclasses: com.caucho.xml.stream.events.ProcessingInstructionImpl, com.caucho.xml.stream.events.CharactersImpl, com.caucho.xml.stream.events.EndDocumentImpl, com.caucho.xml.stream.events.StartElementImpl, com.caucho.xml.stream.events.StartDocumentImpl, com.caucho.xml.stream.events.EntityReferenceImpl, com.caucho.xml.stream.events.CommentImpl, com.caucho.xml.stream.events.AttributeImpl, com.caucho.xml.stream.events.EndElementImpl, com.caucho.xml.stream.events.DTDImpl, com.caucho.xml.stream.events.NotationDeclarationImpl, com.caucho.xml.stream.events.EntityDeclarationImpl,
XMLEventImpl | abstract public class XMLEventImpl implements XMLEvent(Code) | | |
getEventType | abstract public int getEventType()(Code) | | |
isAttribute | public boolean isAttribute()(Code) | | |
isCharacters | public boolean isCharacters()(Code) | | |
isEndDocument | public boolean isEndDocument()(Code) | | |
isEndElement | public boolean isEndElement()(Code) | | |
isEntityReference | public boolean isEntityReference()(Code) | | |
isNamespace | public boolean isNamespace()(Code) | | |
isProcessingInstruction | public boolean isProcessingInstruction()(Code) | | |
isStartDocument | public boolean isStartDocument()(Code) | | |
isStartElement | public boolean isStartElement()(Code) | | |
|
|