| 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<String,EntityDecl> genEnt,
                 Set<String> refdGEs,
                 HashMap<String,EntityDecl> paramEnt,
                 Set<String> refdPEs,
                 HashMap<String,NotationDeclaration> notations,
                 HashMap<PrefixedName,DTDElement> elements,
                 boolean fullyValidating) | 
| org.codehaus.stax2.validation.XMLValidator | createValidator(org.codehaus.stax2.validation.ValidationContext ctxt) | 
| HashMap<PrefixedName,DTDElement> | getElementMap() | 
| int | getEntityCount() | 
| List<EntityDecl> | getGeneralEntityList() | 
| HashMap<String,EntityDecl> | getGeneralEntityMap() | 
| int | getNotationCount() | 
| List<NotationDeclaration> | getNotationList() | 
| HashMap<String,NotationDeclaration> | getNotationMap() | 
| HashMap<String,EntityDecl> | 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<String,EntityDecl> genEnt, Set<String> refdGEs, HashMap<String,EntityDecl> paramEnt, Set<String> refdPEs, HashMap<String,NotationDeclaration> notations, HashMap<PrefixedName,DTDElement> 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<String,EntityDecl> getGeneralEntityMap()
getGeneralEntityMap in class DTDSubsetpublic List<EntityDecl> getGeneralEntityList()
getGeneralEntityList in class DTDSubsetpublic HashMap<String,EntityDecl> getParameterEntityMap()
getParameterEntityMap in class DTDSubsetpublic HashMap<String,NotationDeclaration> getNotationMap()
getNotationMap in class DTDSubsetpublic List<NotationDeclaration> getNotationList()
getNotationList in class DTDSubsetpublic HashMap<PrefixedName,DTDElement> 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 © 2018 FasterXML. All rights reserved.