public class WDTD
extends org.codehaus.stax2.ri.evt.DTDEventImpl
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 |
|---|
WDTD(Location loc,
String fullText) |
WDTD(Location loc,
String rootName,
String intSubset)
Constructor used when only partial information is available...
|
WDTD(Location loc,
String rootName,
String sysId,
String pubId,
String intSubset) |
WDTD(Location loc,
String rootName,
String sysId,
String pubId,
String intSubset,
DTDSubset dtdSubset) |
| Modifier and Type | Method and Description |
|---|---|
List |
getEntities() |
List |
getNotations() |
doGetDocumentTypeDeclaration, equals, getDocumentTypeDeclaration, getEventType, getInternalSubset, getProcessedDTD, getPublicId, getRootName, getSystemId, hashCode, writeAsEncodedUnicode, writeUsingaddHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementpublic WDTD(Location loc, String rootName, String sysId, String pubId, String intSubset, DTDSubset dtdSubset)
public WDTD(Location loc, String rootName, String intSubset)
public List getEntities()
getEntities in interface DTDgetEntities in class org.codehaus.stax2.ri.evt.DTDEventImplpublic List getNotations()
getNotations in interface DTDgetNotations in class org.codehaus.stax2.ri.evt.DTDEventImplCopyright © 2012 Codehaus. All Rights Reserved.