Uses of Class
com.ctc.wstx.util.PrefixedName
-
Packages that use PrefixedName Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of PrefixedName in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as PrefixedName Modifier and Type Field Description protected PrefixedNameDTDAttribute. mNameprotected PrefixedNameDTDValidatorBase. mTmpKeyFields in com.ctc.wstx.dtd with type parameters of type PrefixedName Modifier and Type Field Description protected HashMap<PrefixedName,DTDAttribute>DTDValidatorBase. mCurrAttrDefsAttribute definitions for attributes the current element may haveprotected static HashMap<PrefixedName,DTDAttribute>DTDValidatorBase. NO_ATTRSMethods in com.ctc.wstx.dtd that return PrefixedName Modifier and Type Method Description PrefixedNameDTDAttribute. getName()PrefixedNameDTDElement. getName()PrefixedNameTokenContentSpec. getName()PrefixedNameTokenModel. getName()Methods in com.ctc.wstx.dtd that return types with arguments of type PrefixedName Modifier and Type Method Description HashMap<PrefixedName,DTDAttribute>DTDElement. getAttributes()abstract HashMap<PrefixedName,DTDElement>DTDSubset. getElementMap()HashMap<PrefixedName,DTDElement>DTDSubsetImpl. getElementMap()TreeSet<PrefixedName>DFAState. getNextNames()Methods in com.ctc.wstx.dtd with parameters of type PrefixedName Modifier and Type Method Description DTDAttributeDTDElement. addAttribute(InputProblemReporter rep, PrefixedName attrName, int valueType, DefaultAttrValue defValue, WordResolver enumValues, boolean fullyValidate)Method called by DTD parser when it has read information about an attribute that belong to this elementDTDAttributeDTDElement. addNsDefault(InputProblemReporter rep, PrefixedName attrName, int valueType, DefaultAttrValue defValue, boolean fullyValidate)Method called to add a definition of a namespace-declaration pseudo-attribute with a default value.voidDFAState. calcNext(PrefixedName[] tokenNames, BitSet[] tokenFPs, List<DFAState> stateList, Map<BitSet,DFAState> stateMap)static TokenContentSpecTokenContentSpec. construct(char arity, PrefixedName elemName)booleanLargePrefixedNameSet. contains(PrefixedName name)abstract booleanPrefixedNameSet. contains(PrefixedName name)booleanSmallPrefixedNameSet. contains(PrefixedName name)static DTDElementDTDElement. createDefined(ReaderConfig cfg, Location loc, PrefixedName name, StructValidator val, int allowedContent)Method called to create an actual element definition, matching an ELEMENT directive in a DTD subset.static DTDElementDTDElement. createPlaceholder(ReaderConfig cfg, Location loc, PrefixedName name)Method called to create a "placeholder" element definition, needed to contain attribute definitions.DFAStateDFAState. findNext(PrefixedName elemName)StringDFAValidator. tryToValidate(PrefixedName elemName)StringEmptyValidator. tryToValidate(PrefixedName elemName)abstract StringStructValidator. tryToValidate(PrefixedName elemName)Method called when a new (start) element is encountered within the scope of parent element this validator monitors.Constructors in com.ctc.wstx.dtd with parameters of type PrefixedName Constructor Description DTDAttribute(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)DTDCdataAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)DTDEntitiesAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDEntityAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDEnumAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)DTDIdAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDIdRefAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDIdRefsAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDNmTokenAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDNmTokensAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)Main constructor.DTDNotationAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)LargePrefixedNameSet(boolean nsAware, PrefixedName[] names)SmallPrefixedNameSet(boolean nsAware, PrefixedName[] names)TokenContentSpec(char arity, PrefixedName elemName)TokenModel(PrefixedName elemName)Constructor parameters in com.ctc.wstx.dtd with type arguments of type PrefixedName Constructor Description DTDTypingNonValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities)DTDValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities)DTDValidatorBase(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities) -
Uses of PrefixedName in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return PrefixedName Modifier and Type Method Description PrefixedNameElementId. getAttrName()PrefixedNameElementId. getElemName()PrefixedNamePrefixedName. reset(String prefix, String localName)static PrefixedNamePrefixedName. valueOf(QName n)Methods in com.ctc.wstx.util with parameters of type PrefixedName Modifier and Type Method Description ElementIdElementIdMap. addDefined(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName)Method called when an id definition is encountered.ElementIdElementIdMap. addDefined(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName)ElementIdElementIdMap. addReferenced(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName)Method called when a reference to id is encountered.ElementIdElementIdMap. addReferenced(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName)intPrefixedName. compareTo(PrefixedName other)
-