getSchemaType
public 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 DTDSubset
XMLStreamException
public org.codehaus.stax2.validation.XMLValidator createValidator(org.codehaus.stax2.validation.ValidationContext ctxt) throws XMLStreamException
createValidator
in interface org.codehaus.stax2.validation.XMLValidationSchema
createValidator
in class DTDSubset
XMLStreamException
public int getEntityCount()
getEntityCount
in interface org.codehaus.stax2.validation.DTDValidationSchema
getEntityCount
in class DTDSubset
public int getNotationCount()
getNotationCount
in interface org.codehaus.stax2.validation.DTDValidationSchema
getNotationCount
in class DTDSubset
public boolean isCachable()
isCachable
in class DTDSubset
public HashMap<String,EntityDecl> getGeneralEntityMap()
getGeneralEntityMap
in class DTDSubset
public List<EntityDecl> getGeneralEntityList()
getGeneralEntityList
in class DTDSubset
public HashMap<String,EntityDecl> getParameterEntityMap()
getParameterEntityMap
in class DTDSubset
public HashMap<String,NotationDeclaration> getNotationMap()
getNotationMap
in class DTDSubset
public List<NotationDeclaration> getNotationList()
getNotationList
in class DTDSubset
public HashMap<PrefixedName,DTDElement> getElementMap()
getElementMap
in class DTDSubset
public boolean isReusableWith(DTDSubset intSubset)
isReusableWith
in class DTDSubset
public static void throwNotationException(NotationDeclaration oldDecl, NotationDeclaration newDecl) throws XMLStreamException
XMLStreamException
public static void throwElementException(DTDElement oldElem, Location loc) throws XMLStreamException
XMLStreamException
Copyright © 2019 FasterXML. All rights reserved.