|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.stax.events.XMLEventImpl | +--org.apache.xerces.stax.events.NotationDeclarationImpl
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Constructor Summary | |
---|---|
NotationDeclarationImpl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
javax.xml.stream.Location location)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
void |
writeAsEncodedUnicode(java.io.Writer writer)
|
Methods inherited from class org.apache.xerces.stax.events.XMLEventImpl |
---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.stream.events.XMLEvent |
---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
Constructor Detail |
public NotationDeclarationImpl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, javax.xml.stream.Location location)
eventType
- location
- schemaType
- Method Detail |
public java.lang.String getName()
getName
in interface javax.xml.stream.events.NotationDeclaration
NotationDeclaration.getName()
public java.lang.String getPublicId()
getPublicId
in interface javax.xml.stream.events.NotationDeclaration
NotationDeclaration.getPublicId()
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.stream.events.NotationDeclaration
NotationDeclaration.getSystemId()
public void writeAsEncodedUnicode(java.io.Writer writer) throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode
in interface javax.xml.stream.events.XMLEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |