| Modifier and Type | Method and Description |
|---|---|
DTDSubset |
combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset)
Method that will combine definitions from internal and external subsets,
producing a single DTD set.
|
static DTDSubsetImpl |
constructInstance(boolean cachable,
HashMap genEnt,
Set refdGEs,
HashMap paramEnt,
Set refdPEs,
HashMap notations,
HashMap elements,
boolean fullyValidating) |
org.codehaus.stax2.validation.XMLValidator |
createValidator(org.codehaus.stax2.validation.ValidationContext ctxt) |
HashMap |
getElementMap() |
int |
getEntityCount() |
List |
getGeneralEntityList() |
HashMap |
getGeneralEntityMap() |
int |
getNotationCount() |
List |
getNotationList() |
HashMap |
getNotationMap() |
HashMap |
getParameterEntityMap() |
boolean |
isCachable() |
boolean |
isReusableWith(DTDSubset intSubset)
Method used in determining whether cached external subset instance
can be used with specified internal subset.
|
static void |
throwElementException(DTDElement oldElem,
Location loc) |
static void |
throwNotationException(NotationDeclaration oldDecl,
NotationDeclaration newDecl) |
String |
toString() |
getSchemaTypepublic static DTDSubsetImpl constructInstance(boolean cachable, HashMap genEnt, Set refdGEs, HashMap paramEnt, Set refdPEs, HashMap notations, HashMap elements, boolean fullyValidating)
public DTDSubset combineWithExternalSubset(InputProblemReporter rep, DTDSubset extSubset) throws XMLStreamException
combineWithExternalSubset in class DTDSubsetXMLStreamExceptionpublic org.codehaus.stax2.validation.XMLValidator createValidator(org.codehaus.stax2.validation.ValidationContext ctxt)
throws XMLStreamException
createValidator in interface org.codehaus.stax2.validation.XMLValidationSchemacreateValidator in class DTDSubsetXMLStreamExceptionpublic int getEntityCount()
getEntityCount in interface org.codehaus.stax2.validation.DTDValidationSchemagetEntityCount in class DTDSubsetpublic int getNotationCount()
getNotationCount in interface org.codehaus.stax2.validation.DTDValidationSchemagetNotationCount in class DTDSubsetpublic boolean isCachable()
isCachable in class DTDSubsetpublic HashMap getGeneralEntityMap()
getGeneralEntityMap in class DTDSubsetpublic List getGeneralEntityList()
getGeneralEntityList in class DTDSubsetpublic HashMap getParameterEntityMap()
getParameterEntityMap in class DTDSubsetpublic HashMap getNotationMap()
getNotationMap in class DTDSubsetpublic List getNotationList()
getNotationList in class DTDSubsetpublic HashMap getElementMap()
getElementMap in class DTDSubsetpublic boolean isReusableWith(DTDSubset intSubset)
isReusableWith in class DTDSubsetpublic static void throwNotationException(NotationDeclaration oldDecl, NotationDeclaration newDecl) throws XMLStreamException
XMLStreamExceptionpublic static void throwElementException(DTDElement oldElem, Location loc) throws XMLStreamException
XMLStreamExceptionCopyright © 2012 Codehaus. All Rights Reserved.