Class ParserVocabulary


  • public class ParserVocabulary
    extends Vocabulary
    • Field Detail

      • IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY

        public static final String IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
        See Also:
        Constant Field Values
      • NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY

        public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
        See Also:
        Constant Field Values
      • NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY

        public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY
        See Also:
        Constant Field Values
      • IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS

        protected static final int IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
      • NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS

        protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
      • NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS

        protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS
      • restrictedAlphabet

        public final com.sun.xml.fastinfoset.util.CharArrayArray restrictedAlphabet
      • encodingAlgorithm

        public final com.sun.xml.fastinfoset.util.StringArray encodingAlgorithm
      • namespaceName

        public final com.sun.xml.fastinfoset.util.StringArray namespaceName
      • prefix

        public final com.sun.xml.fastinfoset.util.PrefixArray prefix
      • localName

        public final com.sun.xml.fastinfoset.util.StringArray localName
      • otherNCName

        public final com.sun.xml.fastinfoset.util.StringArray otherNCName
      • otherURI

        public final com.sun.xml.fastinfoset.util.StringArray otherURI
      • attributeValue

        public final com.sun.xml.fastinfoset.util.StringArray attributeValue
      • otherString

        public final com.sun.xml.fastinfoset.util.CharArrayArray otherString
      • characterContentChunk

        public final com.sun.xml.fastinfoset.util.ContiguousCharArrayArray characterContentChunk
      • elementName

        public final com.sun.xml.fastinfoset.util.QualifiedNameArray elementName
      • attributeName

        public final com.sun.xml.fastinfoset.util.QualifiedNameArray attributeName
      • tables

        public final com.sun.xml.fastinfoset.util.ValueArray[] tables
    • Constructor Detail

      • ParserVocabulary

        public ParserVocabulary()
        Creates a new instance of ParserVocabulary
      • ParserVocabulary

        public ParserVocabulary​(Vocabulary v)
    • Method Detail

      • setInitialVocabulary

        public void setInitialVocabulary​(ParserVocabulary initialVocabulary,
                                         boolean clear)
      • setReferencedVocabulary

        public void setReferencedVocabulary​(String referencedVocabularyURI,
                                            ParserVocabulary referencedVocabulary,
                                            boolean clear)
      • clear

        public void clear()