DTD
, XMLEvent
, XMLStreamConstants
, XMLSecDTD
, XMLSecEvent
public class XMLSecDTDImpl extends XMLSecEventBaseImpl implements XMLSecDTD
parentXMLSecStartELement
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor | Description |
---|---|
XMLSecDTDImpl(String dtd,
XMLSecStartElement parentXmlSecStartElement) |
Modifier and Type | Method | Description |
---|---|---|
String |
getDocumentTypeDeclaration() |
|
List |
getEntities() |
|
int |
getEventType() |
|
List |
getNotations() |
|
Object |
getProcessedDTD() |
|
void |
writeAsEncodedUnicode(Writer writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
public XMLSecDTDImpl(String dtd, XMLSecStartElement parentXmlSecStartElement)
public String getDocumentTypeDeclaration()
getDocumentTypeDeclaration
in interface DTD
public Object getProcessedDTD()
getProcessedDTD
in interface DTD
public List getNotations()
getNotations
in interface DTD
public List getEntities()
getEntities
in interface DTD
public int getEventType()
getEventType
in interface XMLEvent
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLSecEventBaseImpl
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.