A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
abort - Static variable in class org.apache.xerces.dom.DOMNormalizer
If the user stops the process, this exception will be thrown.
abort() - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
abort() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
ABSENT - Static variable in class org.apache.xerces.impl.xs.XSWildcardDecl
 
absolutize(URI) - Method in class org.apache.xerces.util.URI
Absolutize URI with given base URI.
absolutizeAgainstUserDir(URI) - Static method in class org.apache.xerces.impl.XMLEntityManager
Absolutizes a URI using the current value of the "user.dir" property as the base URI.
AbstractDateTimeDV - Class in org.apache.xerces.impl.dv.xs
This is the base class of all date/time datatype validators.
AbstractDateTimeDV() - Constructor for class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
AbstractDOMParser - Class in org.apache.xerces.parsers
This is the base class of all DOM parsers.
AbstractDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractDOMParser
Default constructor.
AbstractSAXParser - Class in org.apache.xerces.parsers
This is the base class of all SAX parsers.
AbstractSAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser
Default constructor.
AbstractSAXParser.AttributesProxy - Class in org.apache.xerces.parsers
 
AbstractSAXParser.AttributesProxy() - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
AbstractSAXParser.LocatorProxy - Class in org.apache.xerces.parsers
 
AbstractSAXParser.LocatorProxy(XMLLocator) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Constructs an XML locator proxy.
AbstractXMLDocumentParser - Class in org.apache.xerces.parsers
This is the base class for all XML document parsers.
AbstractXMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractXMLDocumentParser
Constructs a document parser using the default symbol table and grammar pool.
activateField(Field, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
Request to activate the specified field.
activateField(Field, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Request to activate the specified field.
actualEncoding - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document actualEncoding
actualType - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
The declared type of the value.
actualValue - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
The actual value from a string value (QName, Boolean, etc.) An array of Objects if the type is a list.
actualValueType - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
The type of the actual value.
add(HTMLElement, HTMLElement) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
add(String) - Method in class org.apache.xerces.dom.DOMStringListImpl
DOM Internal: Add a DOMString to the list.
add(short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
Adds the value to the vector.
addAnnotation(XSAnnotationImpl) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
addAnnotation(XSAnnotationImpl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Associate a ASModel with a document.
addASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Adds an ASAttributeDeclaration for the element being declared.
addASModel(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
This method will allow the nesting or "importation" of ASModels.
addASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
This method will allow the nesting or "importation" of ASModels.
addAttribute(QName, String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
This method adds default declarations
addAttribute(QName, String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Adds an attribute.
addAttribute(QName, String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Adds an attribute.
addAttributeNS(QName, String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Adds an attribute.
addAttributeUse(XSAttributeUseImpl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds common component to the parser configuration.
addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Adds common component to the parser configuration.
addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Adds common component to the parser configuration.
addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
add one complex type decl: for later constraint checking
addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addComplexTypeDecl(XSComplexTypeDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addComponent(XMLComponent) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
 
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Adds a component to the parser configuration.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds a component to the parser configuration.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Adds a component to the parser configuration.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Adds a component to the parser configuration.
addContentSpecNode(short, String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(short, int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Create an XMLContentSpec for a two child leaf
addContentSpecToElement(XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Adds the content spec to the given element declaration.
addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addDocument(Object, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addDTDDefaultAttrsAndValidate(QName, int, XMLAttributes) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Add default attributes and validate.
addElement(XSElementDecl, boolean) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
 
addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
addEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
 
addExternalEntity(String, String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an external entity declaration.
addField(Field) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Adds a field.
addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global attribute
addGlobalAttributeDecl(XSAttributeDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalAttributeDecl(XSAttributeDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalAttributeDecl(XSAttributeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalAttributeDecl(XSAttributeGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global attribute group
addGlobalAttributeGroupDecl(XSAttributeGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalAttributeGroupDecl(XSAttributeGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalAttributeGroupDecl(XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalAttributeGroupDecl(XSAttributeGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalComplexTypeDecl(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global complex type
addGlobalComplexTypeDecl(XSComplexTypeDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalComplexTypeDecl(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalComplexTypeDecl(XSComplexTypeDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalComplexTypeDecl(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalComplexTypeDecl(XSComplexTypeDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalElementDecl(XSElementDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalElementDecl(XSElementDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalElementDecl(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalElementDecl(XSElementDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalElementDeclAll(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global element
addGlobalElementDeclAll(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalElementDeclAll(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global group
addGlobalGroupDecl(XSGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalGroupDecl(XSGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalGroupDecl(XSGroupDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalGroupDecl(XSGroupDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global notation
addGlobalNotationDecl(XSNotationDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalNotationDecl(XSNotationDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalNotationDecl(XSNotationDecl) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalNotationDecl(XSNotationDecl, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalSimpleTypeDecl(XSSimpleType) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global simple type
addGlobalSimpleTypeDecl(XSSimpleType, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalSimpleTypeDecl(XSSimpleType) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalSimpleTypeDecl(XSSimpleType, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalSimpleTypeDecl(XSSimpleType) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalSimpleTypeDecl(XSSimpleType, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one global type
addGlobalTypeDecl(XSTypeDefinition, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalTypeDecl(XSTypeDefinition, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addGlobalTypeDecl(XSTypeDefinition) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addGlobalTypeDecl(XSTypeDefinition, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addId(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
addId(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Adds the ID, if ID/IDREF checking is enabled.
addId(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
addIDConstraint(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
addIDConstraintDecl(XSElementDecl, IdentityConstraint) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
register one identity constraint
addIDConstraintDecl(XSElementDecl, IdentityConstraint, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
addIdRef(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
addIdRef(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Adds the IDREF, if ID/IDREF checking is enabled.
addIdRef(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
addInternalEntity(String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an internal entity declaration.
addItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
 
addItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
addMatcher(XPathMatcher) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Adds a matcher.
addNamespaceDecl(String, String, ElementImpl) - Method in class org.apache.xerces.dom.DOMNormalizer
Adds a namespace attribute or replaces the value of existing namespace attribute with the given prefix and value for URI.
addNotation(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Caches a notation.
addRecognizedFeatures(String[]) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
addRecognizedFeatures(String[]) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
addRecognizedParamsAndSetDefaults(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds all of the component's recognized features and properties to the list of default recognized features and properties, and sets default values on the configuration for features and properties which were previously absent from the configuration.
addRecognizedParamsAndSetDefaults(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Adds all of the component's recognized features and properties to the list of default recognized features and properties, and sets default values on the configuration for features and properties which were previously absent from the configuration.
addRecognizedParamsAndSetDefaults(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Adds all of the component's recognized features and properties to the list of default recognized features and properties, and sets default values on the configuration for features and properties which were previously absent from the configuration.
addRecognizedProperties(String[]) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
addRecognizedProperties(String[]) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
addRedefinedGroupDecl(XSGroupDecl, XSGroupDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
add a group redefined by restriction: for later constraint checking
addRedefinedGroupDecl(XSGroupDecl, XSGroupDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
addRedefinedGroupDecl(XSGroupDecl, XSGroupDecl, SimpleLocator) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
addSubstitutionGroup(XSElementDecl[]) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
add a list of substitution group information.
addSymbol(String) - Method in class org.apache.xerces.util.ShadowedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.util.ShadowedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addUniqueLeafNode(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
create an XMLContentSpec for a leaf
addUnparsedEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an unparsed entity declaration.
addUnparsedEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Caches an unparsed entity.
addValidationState(ValidationState) - Method in class org.apache.xerces.impl.validation.ValidationManager
Each validator should call this method to add its ValidationState into the validation manager.
addValue(Field, boolean, Object, short, ShortList) - Method in interface org.apache.xerces.impl.xs.identity.ValueStore
Adds the specified value to the value store.
addValue(Field, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Adds the specified value to the value store.
addXML11Component(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds an XML 1.1 component to the parser configuration.
addXML11Component(XMLComponent) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Adds an XML 1.1 component to the parser configuration.
addXML11Component(XMLComponent) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Adds an XML 1.1 component to the parser configuration.
addXSObject(XSObject) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
addXSObject(int, XSObject) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
adoptNode(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental Change the node's ownerDocument, and its subtree, to this Document
adoptNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
DOM Level 3
afterComment - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if the last serialized node was a comment node.
afterElement - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if the last serialized node was an element node.
ALLOW_DTD_EVENTS_AFTER_ENDDTD_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Allow unparsed entity and notation declaration events to be sent after the end DTD event ("allow-dtd-events-after-endDTD")
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: allow java encodings
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: allow java encodings to be recognized when parsing schema docs.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to recognize java encoding names
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Allow Java encoding names feature ("allow-java-encodings").
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: allow notation and unparsed entity events to be sent out of order.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Feature identifier: allow notation and unparsed entity events to be sent out of order.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Feature identifier: allow notation and unparsed entity events to be sent out of order.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Feature identifier: allow notation and unparsed entity events to be sent out of order.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: allow notation and unparsed entity events to be sent out of order.
allowGrammarAccess - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Allow grammar access.
allowNamespace(String) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Validation Rule: Wildcard allows Namespace Name
ANNOTATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an annotation.
any(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A content model of ANY.
any(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A content model of ANY.
any(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A content model of ANY.
any(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A content model of ANY.
any(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A content model of ANY.
ANY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Represents an ANY content type for an Element declaration.
ANYATOMICTYPE_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
AnySimpleDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "anySimpleType"
AnySimpleDV() - Constructor for class org.apache.xerces.impl.dv.xs.AnySimpleDV
 
ANYSIMPLETYPE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
anySimpleType
ANYURI_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
Then uri reference data type as defined in .
ANYURI_DT - Static variable in interface org.apache.xerces.xs.XSConstants
anyURI
AnyURIDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "anyURI"
AnyURIDV() - Constructor for class org.apache.xerces.impl.dv.xs.AnyURIDV
 
append(StringBuffer, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
append(StringBuffer, double) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
append(XMLSchemaValidator.ValueStoreBase) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
append(char) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(String) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append2(StringBuffer, double) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
appendChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Appends a child to the specified parent in the table.
appendChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Adds a child node to the end of the list of children for this node.
appendChild(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
appendData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Concatenate additional characters onto the end of the data stored in this node.
appendData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Append the string to the end of the character data of the node.
appendPath(String) - Method in class org.apache.xerces.util.URI
Append to the end of the path of this URI.
appendsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Appends a new node to the end of the list representing the subModels.
applyFacets(XSFacets, short, short, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
If is chosen
applyFacets(XSFacets, short, short, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
applyFacets(XSFacets, short, short, ValidationContext) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
If this type is created from restriction, then some facets can be applied to the simple type.
args - Variable in exception org.apache.xerces.impl.dv.DatatypeException
 
AS_ALL - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
All of the above.
AS_ATTRIBUTE_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is an ASAttributeDeclaration.
AS_CHOICE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
This constant value signifies a choice operator.
AS_CONTENTMODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is a ASContentModel.
AS_ELEMENT_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is an ASElementDeclaration.
AS_ENTITY_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is an ASEntityDeclaration.
AS_MODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is a ASModel.
AS_NONE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
None of the above, i.e., neither a choice nor sequence operator.
AS_NOTATION_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The node is a ASNotationDeclaration.
AS_SEQUENCE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
This constant value signifies a sequence operator.
AS_UNBOUNDED - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Signifies unbounded upper limit.
ASAttributeDeclaration - Interface in org.apache.xerces.dom3.as
Deprecated.
An attribute declaration in the context of a ASObject.The constant 'REQUIRED' is missing from this interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASCIIReader - Class in org.apache.xerces.impl.io
A simple ASCII byte reader.
ASCIIReader(InputStream, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.ASCIIReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
ASCIIReader(InputStream, int, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
ASCIIReader(InputStream, byte[], MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer.
asContentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
asContentHandler() - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Return a ContentHandler interface into this serializer.
ASContentModel - Interface in org.apache.xerces.dom3.as
Deprecated.
ASDataType - Interface in org.apache.xerces.dom3.as
Deprecated.
The datatypes supported by DOM AS implementations. Further datatypes may be added in the Schema/PSVI spec.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

asDocumentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
asDocumentHandler() - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Return a DocumentHandler interface into this serializer.
ASDOMImplementationImpl - Class in org.apache.xerces.dom
Deprecated. 
ASDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated.
 
asDOMSerializer() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
asDOMSerializer() - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Return a DOMSerializer interface into this serializer.
ASElementDeclaration - Interface in org.apache.xerces.dom3.as
Deprecated.
The element name along with the content specification in the context of an ASObject.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASEntityDeclaration - Interface in org.apache.xerces.dom3.as
Deprecated.
Models a general entity declaration in an abstract schema. The abstract schema does not handle any parameter entity. It is assumed that the parameter entities are expanded by the implementation as the abstract schema is built.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASModel - Interface in org.apache.xerces.dom3.as
Deprecated.
To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. An ASModel is an abstract object that could map to a DTD , an XML Schema , a database schema, etc. An ASModel could represent either an internal or an external subset; hence an abstract schema could be composed of an ASModel representing the internal subset and an ASModel representing the external subset. Note that the ASModel representing the external subset could consult the ASModel representing the internal subset. Furthermore, the ASModel representing the internal subset could be set to null by the setInternalAS method as a mechanism for "removal". In addition, only one ASModel representing the external subset can be specified as "active" and it is possible that none are "active". Finally, the ASModel contains the factory methods needed to create a various types of ASObjects like ASElementDeclaration, ASAttributeDeclaration, etc.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASModelImpl - Class in org.apache.xerces.dom
Deprecated. 
ASModelImpl() - Constructor for class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
ASModelImpl(boolean) - Constructor for class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
ASNamedObjectMap - Interface in org.apache.xerces.dom3.as
Deprecated.
Objects implementing the ASNamedObjectMap interface are used to represent collections of abstract schema nodes that can be accessed by name. Note that ASNamedObjectMap does not inherit from ASObjectList; ASNamedObjectMaps are not maintained in any particular order. Objects contained in an object implementing ASNamedObjectMap may also be accessed by an ordinal index, but this is simply to allow convenient enumeration of the contents of a ASNamedObjectMap, and does not imply that the DOM specifies an order to these ASObjects.

ASNamedObjectMap object in the DOM are live.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASNotationDeclaration - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface represents a notation declaration.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASObject - Interface in org.apache.xerces.dom3.as
Deprecated.
The ASObject interface is analogous to a Node in , e.g., an element declaration.

Opaque.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASObjectList - Interface in org.apache.xerces.dom3.as
Deprecated.
The ASObjectList interface provides the abstraction of an ordered collection of AS nodes, without defining or constraining how this collection is implemented. ASObjectList objects in the DOM AS are live.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

assignDocTypeNumber() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
NON-DOM: increment document/doctype counter
assignDocumentNumber() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
NON-DOM: increment document/doctype counter
ATT_ABSTRACT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_ATTRIBUTEFORMDEFAULT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_BASE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_BLOCK - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_BLOCKDEFAULT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_ELEMENTFORMDEFAULT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_FINAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_FINALDEFAULT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_FIXED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_FORM - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_ID - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_ITEMTYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_MAXOCCURS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_MEMBERTYPES - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_MINOCCURS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_MIXED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_NAME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_NAMESPACE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_NILLABLE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_PROCESSCONTENTS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_PUBLIC - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_REF - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_REFER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_SOURCE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_SUBSTITUTIONGROUP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_SYSTEM - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_TARGETNAMESPACE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_TYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_USE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_VALUE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_VERSION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_XML_LANG - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATT_XPATH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTIDX_ABSTRACT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_AFORMDEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_BASE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_BLOCK - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_BLOCKDEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_DEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_EFORMDEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_ENUMNSDECLS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_FINAL - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_FINALDEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_FIXED - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_FORM - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_FROMDEFAULT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_ID - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_ISRETURNED - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_ITEMTYPE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_MAXOCCURS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_MEMBERTYPES - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_MINOCCURS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_MIXED - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_NAME - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_NAMESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_NAMESPACE_LIST - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_NILLABLE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_NONSCHEMA - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_PROCESSCONTENTS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_PUBLIC - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_REF - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_REFER - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_SOURCE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_SUBSGROUP - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_SYSTEM - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_TARGETNAMESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_TYPE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_USE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_VALUE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_VERSION - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_XML_LANG - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
ATTIDX_XPATH - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
attrChange - Variable in class org.apache.xerces.dom.events.MutationEventImpl
 
ATTRIBUTE - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: attribute.
ATTRIBUTE_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute declaration.
ATTRIBUTE_DECLARED - Static variable in class org.apache.xerces.impl.Constants
Boolean indicating whether an attribute is declared in the DTD is stored in augmentations using the string "ATTRIBUTE_DECLARED".
ATTRIBUTE_GROUP - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute group definition.
ATTRIBUTE_PSVI - Static variable in class org.apache.xerces.impl.Constants
Attribute PSVI is stored in augmentations using string "ATTRIBUTE_PSVI"
ATTRIBUTE_USE - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute use definition.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An attribute declaration.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
AttributeImpl - Class in org.apache.xerces.stax.events
 
AttributeImpl(QName, String, String, boolean, Location) - Constructor for class org.apache.xerces.stax.events.AttributeImpl
Constructor.
AttributeImpl(int, QName, String, String, boolean, Location) - Constructor for class org.apache.xerces.stax.events.AttributeImpl
 
AttributeMap - Class in org.apache.xerces.dom
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributeMap(ElementImpl, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.AttributeMap
Constructs a named node map.
AttributePSVI - Interface in org.apache.xerces.xs
Represents a PSVI item for one attribute information item.
AttributePSVImpl - Class in org.apache.xerces.impl.xs
Attribute PSV infoset augmentations implementation.
AttributePSVImpl() - Constructor for class org.apache.xerces.impl.xs.AttributePSVImpl
 
attributes - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Default attributes.
attributes - Variable in class org.apache.xerces.dom.ElementImpl
Attributes.
AttributesProxy - Class in org.apache.xerces.util
Wraps XMLAttributes and makes it look like AttributeList and Attributes2.
AttributesProxy(XMLAttributes) - Constructor for class org.apache.xerces.util.AttributesProxy
 
AttrImpl - Class in org.apache.xerces.dom
Attribute represents an XML-style attribute of an Element.
AttrImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrImpl
Attribute has no public constructor.
AttrImpl() - Constructor for class org.apache.xerces.dom.AttrImpl
 
AttrImpl - Class in org.apache.xerces.impl.xs.opti
This class represents a single attribute.
AttrImpl() - Constructor for class org.apache.xerces.impl.xs.opti.AttrImpl
Default Constructor
AttrImpl(Element, String, String, String, String, String) - Constructor for class org.apache.xerces.impl.xs.opti.AttrImpl
Constructs an attribute.
AttrNSImpl - Class in org.apache.xerces.dom
AttrNSImpl inherits from AttrImpl and adds namespace support.
AttrNSImpl() - Constructor for class org.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
DOM2: Constructor for Namespace implementation.
AttrNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
 
ATTVAL_ANYSIMPLETYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_ANYTYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_ANYURI - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_BASE64BINARY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_BOOLEAN - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_BYTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_COLLAPSE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DATE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DATETIME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DAY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DECIMAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DOUBLE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_DURATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_ENTITIES - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_ENTITY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_EXTENSION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_FALSE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_FALSE_0 - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_FLOAT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_HEXBINARY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_ID - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_IDREF - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_IDREFS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_INT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_INTEGER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_LANGUAGE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_LAX - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_LIST - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_LONG - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_MONTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_MONTHDAY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NAME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NCNAME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NEGATIVEINTEGER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NMTOKEN - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NMTOKENS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NONNEGATIVEINTEGER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NONPOSITIVEINTEGER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NORMALIZEDSTRING - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_NOTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_OPTIONAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_POSITIVEINTEGER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_POUNDALL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_PRESERVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_PROHIBITED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_QNAME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_QUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_REPLACE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_REQUIRED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_RESTRICTION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_SHORT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_SKIP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_STRICT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_STRING - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_SUBSTITUTION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TIME - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TOKEN - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TRUE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TRUE_1 - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TWOPOUNDANY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TWOPOUNDLOCAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TWOPOUNDOTHER - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_TWOPOUNDTARGETNS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNBOUNDED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNQUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNSIGNEDBYTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNSIGNEDINT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNSIGNEDLONG - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_UNSIGNEDSHORT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_YEAR - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ATTVAL_YEARMONTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
augmentations - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
augmentations - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
Augmentations - Interface in org.apache.xerces.xni
The Augmentations interface defines a table of additional data that may be passed along the document pipeline.
AugmentationsImpl - Class in org.apache.xerces.util
This class provides an implementation for Augmentations interface.
AugmentationsImpl() - Constructor for class org.apache.xerces.util.AugmentationsImpl
 
available() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
axis - Variable in class org.apache.xerces.impl.xpath.XPath.Step
Axis.

B

BALANCE_SYNTAX_TREES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: balance syntax trees.
BALANCE_SYNTAX_TREES - Static variable in class org.apache.xerces.impl.Constants
Balance syntax trees feature ("validation/balance-syntax-trees").
BALANCE_SYNTAX_TREES - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Feature identifier: balance syntax trees.
BALANCE_SYNTAX_TREES - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: balance syntax trees.
Base64 - Class in org.apache.xerces.impl.dv.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.xerces.impl.dv.util.Base64
 
BASE64BINARY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The base64binary data type as defined in .
BASE64BINARY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
base64Binary
Base64BinaryDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "base64Binary"
Base64BinaryDV() - Constructor for class org.apache.xerces.impl.dv.xs.Base64BinaryDV
 
baseCharOffset - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Base character offset for computing absolute character offset.
BaseDVFactory - Class in org.apache.xerces.impl.dv.xs
the factory to create/return built-in schema DVs and create user-defined DVs
BaseDVFactory() - Constructor for class org.apache.xerces.impl.dv.xs.BaseDVFactory
 
BaseMarkupSerializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
BaseMarkupSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Protected constructor can only be used by derived class.
BaseSchemaDVFactory - Class in org.apache.xerces.impl.dv.xs
the base factory to create/return built-in schema DVs and create user-defined DVs
BaseSchemaDVFactory() - Constructor for class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
 
baseSystemId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
baseSystemId
baseSystemId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
base systemId
baseURI - Variable in class org.apache.xerces.dom.EntityImpl
base uri
baseURI - Variable in class org.apache.xerces.dom.EntityReferenceImpl
Base URI
baseURI - Variable in class org.apache.xerces.dom.NotationImpl
Base URI
baseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
baseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
BasicParserConfiguration - Class in org.apache.xerces.parsers
A very basic parser configuration.
BasicParserConfiguration() - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Default Constructor.
BasicParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Constructs a parser configuration using the specified symbol table.
BasicParserConfiguration(SymbolTable, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Constructs a parser configuration using the specified symbol table and parent settings.
BIG_PRIME - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
binarySearch(int[], int, int, int) - Static method in class org.apache.xerces.dom.DeferredDocumentImpl
Performs a binary search for a target value in an array of values.
blur() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
blur() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
blur() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
blur() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
BMPattern - Class in org.apache.xerces.impl.xpath.regex
Boyer-Moore searcher.
BMPattern(String, boolean) - Constructor for class org.apache.xerces.impl.xpath.regex.BMPattern
 
BMPattern(String, int, boolean) - Constructor for class org.apache.xerces.impl.xpath.regex.BMPattern
 
BOOLEAN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the boolean data type as defined in .
BOOLEAN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
boolean
BooleanDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "boolean"
BooleanDV() - Constructor for class org.apache.xerces.impl.dv.xs.BooleanDV
 
breakLine() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Called to print a line consisting of the text accumulated so far.
breakLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
breakLine() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
breakLine(boolean) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
bubbles - Variable in class org.apache.xerces.dom.events.EventImpl
 
bucket - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
 
BUFFER_SIZE - Static variable in class org.apache.xerces.impl.XMLEntityManager
property identifier: buffer size.
BUFFER_SIZE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
property identifier: buffer size.
BUFFER_SIZE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Input buffer size property ("input-buffer-size").
buildGlobalNameRegistries() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
BYTE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The byte data type as defined in .
BYTE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
byte
ByteList - Interface in org.apache.xerces.xs.datatypes
The ByteList is an immutable ordered collection of byte.
ByteListImpl - Class in org.apache.xerces.impl.dv.util
Implementation of org.apache.xerces.xs.datatypes.ByteList.
ByteListImpl(byte[]) - Constructor for class org.apache.xerces.impl.dv.util.ByteListImpl
 

C

cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Give the grammarPool the option of caching these grammars.
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
cacheGrammars(String, Grammar[]) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
return the final set of grammars that the validator ended up with.
CachingParserPool - Class in org.apache.xerces.parsers
A parser pool that enables caching of grammars.
CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
Default constructor.
CachingParserPool(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
Constructs a caching parser pool with the specified symbol table and grammar pool.
CachingParserPool.ShadowedGrammarPool - Class in org.apache.xerces.parsers
Shadowed grammar pool.
CachingParserPool.ShadowedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Constructs a shadowed grammar pool.
CachingParserPool.SynchronizedGrammarPool - Class in org.apache.xerces.parsers
Synchronized grammar pool.
CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Constructs a synchronized grammar pool.
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMAny
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMAny
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
 
callUserDataHandlers(Node, Node, short) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Call user data handlers when a node is deleted (finalized)
canAppendChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Has the same arguments as AppendChild.
canAppendData(String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
Determines if data can be appended.
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
canDeleteData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
Determines if data can be deleted.
canInsertBefore(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Determines whether the insertBefore operation from the Node interface would make this document invalid with respect to the currently active AS.
canInsertData(int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
Determines if data can be inserted.
canonical - Variable in class org.apache.xerces.impl.dv.util.ByteListImpl
 
canRemoveAttribute(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Verifies if an attribute by the given name can be removed.
canRemoveAttributeNode(Node) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if an attribute node can be removed.
canRemoveAttributeNS(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Has the same arguments as RemoveChild.
canRenameElements(String, String, ElementImpl) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
canRenameElements(String, String, ElementImpl) - Method in class org.apache.wml.dom.WMLDocumentImpl
 
canRenameElements(String, String, ElementImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
canReplaceChild(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Has the same arguments as ReplaceChild.
canReplaceData(int, int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
Determines if data can be replaced.
canSetAttribute(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if the value for specified attribute can be set.
canSetAttributeNode(Attr) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if an attribute node can be added with respect to the validity check level.This is an attribute node, there is no need for canSetAttributreNodeNS!
canSetAttributeNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list of the element.
canSetData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
Determines if data can be set.
canSetParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
DOM Level 3 WD - Experimental.
canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
 
canSetParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
 
canSetParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3-EXPERIMENTAL: Check if parameter can be set
CDATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
CDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
CDATASectionImpl - Class in org.apache.xerces.dom
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CDATASectionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
ch - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Character buffer.
ch - Variable in class org.apache.xerces.xni.XMLString
The character array.
changed() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Denotes that this node has changed.
CHANGED - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
changed() - Method in class org.apache.xerces.dom.NodeImpl
Denotes that this node has changed.
changes - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Number of alterations made to this document since its creation.
changes() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the number of changes to this node.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes() - Method in class org.apache.xerces.dom.NodeImpl
Returns the number of changes to this node.
CHAR_REF_PROBABLE_WS - Static variable in class org.apache.xerces.impl.Constants
Boolean indicating whether a character is a probable white space character (ch <= 0x20) that was the replacement text of a character reference is stored in augmentations using the string "CHAR_REF_PROBABLE_WS".
characterData(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
characterData(String, Augmentations) - Method in interface org.apache.xerces.impl.RevalidationHandler
Character content.
characterData(String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
CharacterDataEditAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface extends the NodeEditAS interface with additional methods for document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

CharacterDataImpl - Class in org.apache.xerces.dom
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl() - Constructor for class org.apache.xerces.dom.CharacterDataImpl
 
CharacterDataImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
Factory constructor.
characters(String) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Character content.
characters - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
 
characters - Variable in class org.apache.xerces.util.SymbolTable.Entry
Symbol characters.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Character content.
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
Character content.
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
characters(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Called to print the text contents in the prevailing element format.
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
characters(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
CharactersImpl - Class in org.apache.xerces.stax.events
 
CharactersImpl(String, int, Location) - Constructor for class org.apache.xerces.stax.events.CharactersImpl
Standard constructor.
charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns the value of an HTML character reference by its name.
checkAndSendNotation(XIncludeHandler.Notation) - Method in class org.apache.xerces.xinclude.XIncludeHandler
The purpose of this method is to check if a Notation conflicts with a previously declared notation in the current pipeline stack.
checkAndSendUnparsedEntity(XIncludeHandler.UnparsedEntity) - Method in class org.apache.xerces.xinclude.XIncludeHandler
The purpose of this method is to check if an UnparsedEntity conflicts with a previously declared entity in the current pipeline stack.
checkAttributes(Element, boolean, XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned.
checkAttributes(Element, boolean, XSDocumentInfo, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned.
checkComplexDerivationOk(XSComplexTypeDecl, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.
checkDOMNSErr(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
checkDuplicatesNS() - Method in class org.apache.xerces.util.XMLAttributesImpl
Checks for duplicate expanded names (local part and namespace name pairs) in the attribute specification.
checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
Called when a duplicate value is added.
checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
Called when a duplicate value is added.
checkDuplicateValues() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
checkElementDeclsConsistent(XSComplexTypeDecl, XSParticleDecl, SymbolHash, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
checkFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Check a feature.
checkIDRefID() - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Checks if all IDREFs have a corresponding ID.
checkIDRefID() - Method in class org.apache.xerces.impl.validation.ValidationState
return null if all IDREF values have a corresponding ID value; otherwise return the first IDREF value without a matching ID value.
checkNamespaceWF(String, int, int) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Call user data handlers to let them know the nodes they are related to are being deleted.
checkNonSchemaAttributes(XSGrammarBucket) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
checkNotation(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Checks if a Notation with the given name was declared in the DTD of the document for the current pipeline.
checkProperty(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Check a property.
checkProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Check a property.
checkQName(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Checks if the given qualified name is legal with respect to the version of XML to which this document must conform.
checkSimpleDerivationOk(XSSimpleType, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether simple type derived is valid derived from base, given a subset of {restriction, extension}.
checkStandaloneEntityRef(String, DTDGrammar, XMLEntityDecl, XMLErrorReporter) - Static method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Check standalone entity reference.
checkTypeDerivationOk(XSTypeDefinition, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether derived is valid derived from base, given a subset of {restriction, extension}.B
checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
DOM level 3: Check a node to determine if it contains unbound namespace prefixes.
checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
DOM Level 3: Check a node to determine if it contains unbound namespace prefixes.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
check whether this content violates UPA constraint.
checkUnparsedEntity(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Checks if an UnparsedEntity with the given name was declared in the DTD of the document for the current pipeline.
CHILD - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: child.
ChildNode - Class in org.apache.xerces.dom
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
ChildNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ChildNode
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
ChildNode() - Constructor for class org.apache.xerces.dom.ChildNode
Constructor for serialization.
childrenElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a children content model.
childrenEndGroup() - Method in class org.apache.xerces.parsers.DTDParser
The end of a children group.
childrenOccurrence(short) - Method in class org.apache.xerces.parsers.DTDParser
The occurrence count for a child in a children content model.
childrenSeparator(short) - Method in class org.apache.xerces.parsers.DTDParser
The separator between choices or sequences of a children content model.
childrenStartGroup() - Method in class org.apache.xerces.parsers.DTDParser
The start of a children group.
CHOICE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
CHOICE
CHUNK_MASK - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk mask.
CHUNK_SHIFT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk shift.
CHUNK_SIZE - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk size.
cleanTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
Purges all elements from the table view.
cleanup() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.DTDConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11Configuration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
clear() - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
 
clear() - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Clears the values.
clear() - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
clear
clear() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Clears the stack without throwing away existing QName objects.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
Clears the vector.
clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
clear() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Resets the XPath matcher stack.
clear() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
clear the grammar pool
clear() - Method in class org.apache.xerces.util.IntStack
Clears the stack.
clear() - Method in class org.apache.xerces.util.SymbolHash
Remove all key/value assocaition.
clear() - Method in class org.apache.xerces.util.XMLCatalogResolver
Forces the cache of catalog mappings to be cleared.
clear() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Clears the values.
clear() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
clear() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
clear() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Clears the values.
clear() - Method in class org.apache.xerces.util.XMLStringBuffer
Clears the string buffer.
clear() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
Removes all grammars from the pool.
clear() - Method in class org.apache.xerces.xni.QName
Clears the values of the qname components.
clear() - Method in class org.apache.xerces.xni.XMLString
Resets all of the values to their defaults.
clearGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
clearIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Remove all identifiers from the ID table
clearXSObjectList() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
click() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
clone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Clone.
clone() - Method in class org.apache.xerces.impl.xpath.regex.Match
 
clone() - Method in class org.apache.xerces.impl.xpath.XPath.Axis
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.LocationPath
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.NodeTest
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.Step
Returns a clone of this object.
clone() - Method in class org.apache.xerces.xni.QName
Returns a clone of this object.
cloneASObject(boolean) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates a copy of this ASObject.
cloneASObject(boolean) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
Creates a copy of this ASObject.
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
Override parent's method to set the ownerNode correctly
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.AttributeMap
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneMap(ArrayList) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
NON-DOM: copy content of this map into the specified ArrayList
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLFormElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLMapElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getOptions() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getRows() gets cleared.
cloneNode(boolean) - Method in class org.apache.xerces.dom.AttrImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.ChildNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(CoreDocumentImpl, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
internal method to share code with subclass
cloneNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a clone of the specified node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ParentNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
close() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
close() - Method in class org.apache.xerces.impl.io.ASCIIReader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.Latin1Reader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.UCSReader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.UTF16Reader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.UTF8Reader
Close the stream.
close() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
close() - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Closes the stream.
closeReaders() - Method in class org.apache.xerces.impl.XMLEntityManager
Close all opened InputStreams and Readers opened by this parser.
CMAny - Class in org.apache.xerces.impl.dtd.models
Content model any node.
CMAny(int, String, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMAny
Constructs a content model any.
CMBinOp - Class in org.apache.xerces.impl.dtd.models
Content model Bin-Op node.
CMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMBinOp
 
CMBuilder - Class in org.apache.xerces.impl.xs.models
This class constructs content models for a given grammar.
CMBuilder(CMNodeFactory) - Constructor for class org.apache.xerces.impl.xs.models.CMBuilder
 
CMLeaf - Class in org.apache.xerces.impl.dtd.models
Content model leaf node.
CMLeaf(QName, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
Constructs a content model leaf.
CMLeaf(QName) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
Constructs a content model leaf.
CMNode - Class in org.apache.xerces.impl.dtd.models
A content model node.
CMNode(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMNode
 
CMNodeFactory - Class in org.apache.xerces.impl.xs.models
 
CMNodeFactory() - Constructor for class org.apache.xerces.impl.xs.models.CMNodeFactory
default constructor
CMStateSet - Class in org.apache.xerces.impl.dtd.models
This class is a very simple bitset class.
CMStateSet(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMStateSet
 
CMUniOp - Class in org.apache.xerces.impl.dtd.models
Content model Uni-Op node.
CMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMUniOp
 
code - Variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
 
code - Variable in exception org.apache.xerces.xs.XSException
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
columnNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Column number.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
If the comment is a child of a matched element, then pass else return.
comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
comment(String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
CommentImpl - Class in org.apache.xerces.dom
Represents an XML (or HTML) comment.
CommentImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
Factory constructor.
CommentImpl - Class in org.apache.xerces.stax.events
 
CommentImpl(String, Location) - Constructor for class org.apache.xerces.stax.events.CommentImpl
 
COMMENTS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
COMMENTS - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
compareBoundaryPoints(short, Range) - Method in class org.apache.xerces.dom.RangeImpl
 
compareDates(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData, boolean) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Compare algorithm described in dateDime (3.2.7).
compareDates(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData, boolean) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
Compares 2 given durations.
compareDocumentPosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
Compares a node with this node with regard to their position in the document.
compareDocumentPosition(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
compareOrder(AbstractDateTimeDV.DateTimeData, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Given normalized values, determines order-relation between give date/time objects.
compareTreePosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
Deprecated. 
COMPLEX_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The user-defined complex data type as defined in .
COMPLEX_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
The object describes a complex type.
COMPOSITOR_ALL - Static variable in interface org.apache.xerces.xs.XSModelGroup
This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model.
COMPOSITOR_CHOICE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a choice operator.
COMPOSITOR_SEQUENCE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a sequence operator.
CONDITIONAL_IGNORE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: IGNORE.
CONDITIONAL_INCLUDE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: INCLUDE.
ConfigurableValidationState - Class in org.apache.xerces.impl.validation
An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors.
ConfigurableValidationState() - Constructor for class org.apache.xerces.impl.validation.ConfigurableValidationState
Creates a new ConfigurableValidationState.
configureDTDPipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
 
configurePipeline() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Configures the XML 1.0 pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
Configures the pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Configures the XML 1.1 pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
 
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
 
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
Configures the XML 1.1 pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Configures the XML 1.1 pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Configures the XML 1.1 pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
 
Constants - Class in org.apache.xerces.impl
Commonly used constants.
constructTrees(Element, String, XSDDescription, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
consumeBOM(InputStream, String) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Removes the byte order mark from the stream, if it exists and returns the encoding name.
contains(String) - Method in class org.apache.xerces.dom.DOMStringListImpl
 
contains(byte) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
Checks if the byte item is a member of this list.
contains(Object) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
contains(short) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
Checks if the unsigned short item is a member of this list.
contains(String) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
Checks if the GenericString item is a member of this list.
contains(Object) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
contains(short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
Returns whether the short is contained in the vector.
contains() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Returns true if this value store contains the locally scoped value stores
contains(XMLSchemaValidator.ValueStoreBase) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Returns -1 if this value store contains the specified values, otherwise the index of the first field in the key sequence.
contains(byte) - Method in interface org.apache.xerces.xs.datatypes.ByteList
Checks if the byte item is a member of this list.
contains(Object) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
Checks if the Object item is a member of this list.
contains(short) - Method in interface org.apache.xerces.xs.ShortList
Checks if the unsigned short item is a member of this list.
contains(String) - Method in interface org.apache.xerces.xs.StringList
Checks if the GenericString item is a member of this list.
containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns true if the grammar pool contains a grammar associated to the specified description.
containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Returns true if the grammar pool contains a grammar associated to the specified grammar description.
containsKey(Object) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
 
containsPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
Checks whether a binding or unbinding for the given prefix exists in the context.
containsSymbol(String) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Must be called by a method about to print any type of content.
content() - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
ContentModelValidator - Interface in org.apache.xerces.impl.dtd.models
 
contentModelValidator - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
contentModelValidator
CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any namespace specified namespace.
CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
prcessContent is 'lax'
CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any local element (XML Schema: ##local).
CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any other namespace (XML Schema: ##other).
CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
processContent is 'skip'
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents choice, '|'.
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Name or #PCDATA.
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a one or more occurence count, '+'.
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents sequence, ','.
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a zero or more occurence count, '*'.
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a zero or one occurence count, '?'.
contentType() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines element content type.
CONTENTTYPE_ELEMENT - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an element-only content type.
CONTENTTYPE_EMPTY - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an empty content type.
CONTENTTYPE_MIXED - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a mixed content type.
CONTENTTYPE_SIMPLE - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a simple content type.
CONTEXT_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an attribute whose namespace is the target namespace of this schema document.
CONTEXT_ATTRIBUTE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an attribute whose namespace is the target namespace of this schema document.
CONTEXT_ELEMENT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an element whose namespace is the target namespace of this schema document.
CONTEXT_ELEMENT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an element whose namespace is the target namespace of this schema document.
CONTEXT_IMPORT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is ed by another schema document.
CONTEXT_IMPORT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <import>ed by another schema document.
CONTEXT_INCLUDE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is d by another schema document.
CONTEXT_INCLUDE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <include>d by another schema document.
CONTEXT_INITIALIZE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that this description was just initialized.
CONTEXT_INSTANCE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the instance document.
CONTEXT_INSTANCE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the instance document.
CONTEXT_PREPARSE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is being preparsed.
CONTEXT_PREPARSE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is being preparsed.
CONTEXT_REDEFINE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is d by another schema document.
CONTEXT_REDEFINE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <redefine>d by another schema document.
CONTEXT_XSITYPE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an "xsi:type" attribute, whose value (a QName) has the target namespace of this schema document as its namespace.
CONTEXT_XSITYPE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an "xsi:type" attribute, whose value (a QName) has the target namespace of this schema document as its namespace.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: continue after fatal error
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to continue parsing a schema after a fatal error is encountered
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Continue after fatal error feature ("continue-after-fatal-error").
copyEventListeners(NodeImpl, NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
copyEventListeners(NodeImpl, NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
 
copyFeatures(XMLComponentManager, ParserConfigurationSettings) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
copyFeatures(XMLComponentManager, XMLParserConfiguration) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
copyFrom(XSValue) - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
copyInto(Node, Node) - Static method in class org.apache.xerces.util.DOMUtil
Copies the source tree into the specified place in a destination tree.
copySchemaInformationTo(ElementPSVImpl) - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
CORE_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
CoreDocumentImpl - Class in org.apache.xerces.dom
The Document interface represents the entire HTML or XML document.
CoreDocumentImpl() - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
CoreDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
Constructor.
CoreDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDOMImplementationImpl - Class in org.apache.xerces.dom
The DOMImplementation class is description of a particular implementation of the Document Object Model.
CoreDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.CoreDOMImplementationImpl
 
count - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Count of characters in buffer.
CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Create cdata nodes feature ("create-cdata-nodes").
CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: create cdata nodes.
CREATE_ENTITY_REF_NODES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: create entity ref nodes.
CREATE_ENTITY_REF_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Create entity reference nodes feature ("dom/create-entity-ref-nodes").
createAS(boolean) - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated.
DOM Level 3 WD - Experimental.
createAS(boolean) - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated.
Creates an ASModel.
createASAttributeDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates an attribute declaration.
createASAttributeDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Creates an attribute declaration.
createASContentModel(int, int, short) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates an object which describes part of an ASElementDeclaration's content model.
createASContentModel(int, int, short) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Creates an object which describes part of an ASElementDeclaration's content model.
createASElementDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates an element declaration for the element type specified.
createASElementDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Creates an element declaration for the element type specified.
createASEntityDeclaration(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates an ASEntityDeclaration.
createASEntityDeclaration(String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Creates an ASEntityDeclaration.
createASNotationDeclaration(String, String, String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Creates a new notation declaration.
createASNotationDeclaration(String, String, String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Creates a new notation declaration.
createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createAttribute(String, String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createAttribute(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createAttribute(QName, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createAttributeDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an attribute with PSVI information
createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an attribute with PSVI information
createAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createAttrNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
createBuiltInTypes(SymbolHash, XSSimpleTypeDecl) - Static method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
 
createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createCData(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createCDATASection(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a CDATASection having this Document as its OwnerDoc.
createCDATASection(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createCharacters(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createComment(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Comment having this Document as its OwnerDoc.
createComment(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createComment(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createContentDispatcher() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Creates a content dispatcher.
createContentDispatcher() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Creates a content dispatcher.
createContentDispatcher() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Creates a content dispatcher.
createContentDispatcher() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Creates a content dispatcher.
createContentSpec() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a datatype validator factory.
createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a datatype validator factory.
createDeferredAttribute(String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute in the table.
createDeferredAttribute(String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute with a URI in the table.
createDeferredCDATASection(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a CDATA section node in the table.
createDeferredComment(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a comment node in the table.
createDeferredDocument() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a document node in the table.
createDeferredDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a doctype.
createDeferredElement(String, String, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Deprecated. 
createDeferredElement(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Deprecated. 
createDeferredElement(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element node with a URI in the table.
createDeferredElementDefinition(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element definition in the table.
createDeferredEntity(String, String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity in the table.
createDeferredEntityReference(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity reference node in the table.
createDeferredNotation(String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a notation in the table.
createDeferredProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a processing instruction node in the table.
createDeferredTextNode(String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a text node in the table.
createDocument(DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
 
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocument(DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
 
createDocument(DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
 
createDocument(DocumentType) - Method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
 
createDocumentFragment() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
createDocumentFragment() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createDocumentScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a document scanner.
createDocumentScanner() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Create a document scanner: this scanner performs namespace binding
createDocumentScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a document scanner.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDOMASBuilder() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated.
DOM Level 3 WD - Experimental.
createDOMASBuilder() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated.
Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?
createDOMASWriter() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated.
DOM Level 3 WD - Experimental.
createDOMASWriter() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated.
Creates an DOMASWriter.
createDOMException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
Creates a DOMException.
createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new DOM parser.
createDTD(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createDTDProcessor() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD loader .
createDTDScanner(SymbolTable, XMLErrorReporter, XMLEntityManager) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
createDTDScanner(SymbolTable, XMLErrorReporter, XMLEntityManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
createDTDScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD scanner.
createDTDScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a DTD scanner.
createDTDValidator() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD validator.
createDTDValidator() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Create a DTD validator: this validator performs namespace binding.
createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
 
createElement(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElement(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createElementDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
createElementDefinition(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
createElementNS(String, String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Xerces-specific constructor.
createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElementNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createElementNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
createElementNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an element with PSVI information
createElementNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an element with PSVI information
createElementNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createEndDocument() - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createEndElement(QName, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createEndElement(String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createEndElement(String, String, String, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createEntity(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
createEntityManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
Creates an entity manager.
createEntityManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Creates an entity manager.
createEntityReference(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an EntityReference having this Document as its OwnerDoc.
createEntityReference(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createEntityReference(String, EntityDeclaration) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createErrorReporter() - Method in class org.apache.xerces.parsers.DTDConfiguration
Creates an error reporter.
createErrorReporter() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Creates an error reporter.
createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
Create a new HTML document of the specified TITLE text.
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
createIgnorableSpace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createLSException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
Creates an LSException.
createLSInput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSInputList(LSInput[]) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
 
createLSInputList(LSInput[]) - Method in interface org.apache.xerces.xs.XSImplementation
Creates an immutable LSInputList from the given array of LSInputs.
createLSOutput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSParser(short, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSSerializer() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createMatcher(ValueStore) - Method in class org.apache.xerces.impl.xs.identity.Field
Creates a field matcher.
createMatcher(FieldActivator, int) - Method in class org.apache.xerces.impl.xs.identity.Selector
Creates a selector matcher.
createNamespace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createNamespace(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createNamespaceBinder() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a namespace binder.
createNode(short) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a node of the specified type.
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a NodeIterator.
createNotation(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createNotationDecl() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
createOutputStream(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
 
createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
createProcessingInstruction(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createProcessingInstruction(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createRange() - Method in class org.apache.xerces.dom.DocumentImpl
 
createReader(InputStream, String, Boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Creates a reader capable of reading the given input stream in the specified encoding.
createRegex(String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
Creates a RegularExpression instance.
createSAXParseException(XMLParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
Creates a SAXParseException from an XMLParseException.
createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new SAX parser.
createSpace(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartDocument() - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartDocument(String, String, boolean) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartDocument(String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartDocument(String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartElement(QName, Iterator, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartElement(String, String, String) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
createStringList(String[]) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
 
createStringList(String[]) - Method in interface org.apache.xerces.xs.XSImplementation
Creates an immutable StringList from the given array of Strings.
createTextNode(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Text node having this Document as its OwnerDoc.
createTextNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a TreeWalker.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by list from another simple type.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by list from another simple type.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
Create a new simple type which is derived by list from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by restriction from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by restriction from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
Create a new simple type which is derived by restriction from another simple type.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by union from a list of other simple types.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by union from a list of other simple types.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
Create a new simple type which is derived by union from a list of other simple types.
createValidationManager() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
 
createValidationManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
 
createValidationManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
createXMLParseException(SAXParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
Creates an XMLParseException from a SAXParseException.
createXNIException(SAXException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
Creates an XNIException from a SAXException.
createXSLoader(StringList) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
 
createXSLoader(StringList) - Method in interface org.apache.xerces.xs.XSImplementation
Creates a new XSLoader.
CURRENT_BASE_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
The identifier for the Augmentation that contains the current base URI
CURRENT_ELEMENT_NODE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
CURRENT_ELEMENT_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Current element node property ("dom/current-element-node").
currentTarget - Variable in class org.apache.xerces.dom.events.EventImpl
 

D

data - Variable in class org.apache.xerces.dom.CharacterDataImpl
 
data - Variable in class org.apache.xerces.impl.dv.util.ByteListImpl
 
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Datatype validator factory ("internal/datatype-validator-factory").
DatatypeException - Exception in org.apache.xerces.impl.dv
Base class for datatype exceptions.
DatatypeException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.DatatypeException
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
datatypeFactory - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
DatatypeFactoryImpl - Class in org.apache.xerces.jaxp.datatype
Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
DatatypeFactoryImpl() - Constructor for class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Public constructor is empty..
DatatypeMessageFormatter - Class in org.apache.xerces.util
Used to format JAXP 1.3 Datatype API error messages using a specified locale.
DatatypeMessageFormatter() - Constructor for class org.apache.xerces.util.DatatypeMessageFormatter
 
datatypeValidator - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
datatypeValidator
DatatypeValidator - Interface in org.apache.xerces.impl.dv
The interface that a DTD datatype must implement.
DATE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The date data type as defined in .
DATE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
date
DateDV - Class in org.apache.xerces.impl.dv.xs
Validator for datatype (W3C Schema datatypes)
DateDV() - Constructor for class org.apache.xerces.impl.dv.xs.DateDV
 
DATETIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The datetime data type as defined in .
DATETIME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
dateTime
DateTimeDV - Class in org.apache.xerces.impl.dv.xs
Validator for <dateTime> datatype (W3C Schema Datatypes)
DateTimeDV() - Constructor for class org.apache.xerces.impl.dv.xs.DateTimeDV
 
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateDV
 
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DayDV
Converts gDay object representation to String
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
 
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
Converts gMonthDay object representation to String
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
Converts month object representation to String
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
Converts time object representation to String
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearDV
Converts year object representation to String
dateToString(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
 
DAY - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
DayDV - Class in org.apache.xerces.impl.dv.xs
Validator for <gDay> datatype (W3C Schema datatypes)
DayDV() - Constructor for class org.apache.xerces.impl.dv.xs.DayDV
 
DAYTIMEDURATION_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DAYTIMEDURATION_TYPE - Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
 
DEBUG - Static variable in class org.apache.xerces.dom.DOMNormalizer
Debug namespace fix up algorithm
DEBUG - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
DEBUG - Static variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
DEBUG - Static variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
DEBUG_ALL - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug everything.
DEBUG_ANY - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Don't touch this value unless you add more debug constants.
DEBUG_ATTR_NORMALIZATION - Static variable in class org.apache.xerces.impl.XMLScanner
Debug attribute normalization.
DEBUG_CONTENT_SCANNING - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Debug content dispatcher scanning.
DEBUG_EVENTS - Static variable in class org.apache.xerces.dom.DOMNormalizer
Debug document handler events
DEBUG_MATCH - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug match.
DEBUG_METHODS - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug method callbacks.
DEBUG_METHODS2 - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug important method callbacks.
DEBUG_METHODS3 - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug the really important methods.
DEBUG_ND - Static variable in class org.apache.xerces.dom.DOMNormalizer
Debug normalize document
DEBUG_NODE_POOL - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
DEBUG_STACK - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
Compile to true to debug step index stack.
DECIMAL_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The decimal data type as defined in .
DECIMAL_DT - Static variable in interface org.apache.xerces.xs.XSConstants
decimal
DecimalDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "decimal"
DecimalDV() - Constructor for class org.apache.xerces.impl.dv.xs.DecimalDV
 
DECLARATION_HANDLER - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: declaration handler.
DECLARATION_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Declaration handler property ("declaration-handler").
declarePrefix(String, String) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
declarePrefix(String, String) - Method in class org.apache.xerces.util.NamespaceSupport
 
declarePrefix(String, String) - Method in interface org.apache.xerces.xni.NamespaceContext
Declare a Namespace prefix.
decode(String) - Static method in class org.apache.xerces.impl.dv.util.Base64
Decodes Base64 data into octects
decode(String) - Static method in class org.apache.xerces.impl.dv.util.HexBin
Decode hex string to a byte array
DeepNodeListImpl - Class in org.apache.xerces.dom
This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DeepNodeListImpl(NodeImpl, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor.
DeepNodeListImpl(NodeImpl, String, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor for Namespace support.
DEFAULT_ATTRIBUTE_VALUES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Default attribute values feature ("validation/default-attribute-values").
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.ASCIIReader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.Latin1Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.UTF16Reader
Default byte buffer size (4096).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Default buffer size (2048).
DEFAULT_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Default document class name.
DEFAULT_INTERNAL_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Default internal entity buffer size (512).
DEFAULT_SHADOW_GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow grammar pool (false).
DEFAULT_SHADOW_SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow symbol table (false).
DEFAULT_SIZE - Static variable in class org.apache.xerces.util.XMLStringBuffer
Default buffer size (32).
DEFAULT_TYPE_DEFAULT - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_DEFAULT
DEFAULT_TYPE_FIXED - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_FIXED
DEFAULT_TYPE_IMPLIED - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_IMPLIED
DEFAULT_TYPE_REQUIRED - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_REQUIRED
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Default buffer size before we've finished with the XMLDecl:
DefaultDocument - Class in org.apache.xerces.impl.xs.opti
 
DefaultDocument() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultDocument
 
DefaultElement - Class in org.apache.xerces.impl.xs.opti
 
DefaultElement() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultElement
 
DefaultElement(String, String, String, String, short) - Constructor for class org.apache.xerces.impl.xs.opti.DefaultElement
 
DefaultErrorHandler - Class in org.apache.xerces.util
Default error handler.
DefaultErrorHandler() - Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to System.err.
DefaultErrorHandler(PrintWriter) - Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to the specified PrintWriter.
DefaultNamespaceContext - Class in org.apache.xerces.stax
A NamespaceContext which only contains bindings for the xml and xmlns prefixes.
DefaultNode - Class in org.apache.xerces.impl.xs.opti
 
DefaultNode() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultNode
 
DefaultText - Class in org.apache.xerces.impl.xs.opti
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
DefaultText() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultText
 
defaultType - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
defaultType
defaultValue - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
defaultValue
DefaultXMLDocumentHandler - Class in org.apache.xerces.impl.xs.opti
 
DefaultXMLDocumentHandler() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Default Constructor
DEFER_NODE_EXPANSION - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: defer node expansion.
DEFER_NODE_EXPANSION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Defer node expansion feature ("dom/defer-node-expansion").
DeferredAttrImpl - Class in org.apache.xerces.dom
Attribute represents an XML-style attribute of an Element.
DeferredAttrNSImpl - Class in org.apache.xerces.dom
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.
DeferredCDATASectionImpl - Class in org.apache.xerces.dom
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
DeferredCommentImpl - Class in org.apache.xerces.dom
Represents an XML (or HTML) comment.
DeferredDocumentImpl - Class in org.apache.xerces.dom
The Document interface represents the entire HTML or XML document.
DeferredDocumentImpl() - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(boolean, boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
Experimental constructor.
DeferredDocumentTypeImpl - Class in org.apache.xerces.dom
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DeferredDOMImplementationImpl - Class in org.apache.xerces.dom
This DOMImplementation class is description of a particular implementation of the Document Object Model.
DeferredDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DeferredDOMImplementationImpl
 
DeferredElementDefinitionImpl - Class in org.apache.xerces.dom
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
DeferredElementImpl - Class in org.apache.xerces.dom
Elements represent most of the "markup" and structure of the document.
DeferredElementNSImpl - Class in org.apache.xerces.dom
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.
DeferredEntityImpl - Class in org.apache.xerces.dom
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
DeferredEntityReferenceImpl - Class in org.apache.xerces.dom
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
DeferredNode - Interface in org.apache.xerces.dom
An interface for deferred node object.
DeferredNotationImpl - Class in org.apache.xerces.dom
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
DeferredProcessingInstructionImpl - Class in org.apache.xerces.dom
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
DeferredTextImpl - Class in org.apache.xerces.dom
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
deleteCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
deleteContents() - Method in class org.apache.xerces.dom.RangeImpl
 
deleteData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Remove a range of characters from the node's value.
deleteData(int, int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Remove a range of 16-bit units from the node.
deleteRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
deleteTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
DERIVATION_EXTENSION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
DERIVATION_LIST - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
DERIVATION_NONE - Static variable in interface org.apache.xerces.xs.XSConstants
No constraint is available.
DERIVATION_RESTRICTION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
DERIVATION_SUBSTITUTION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
DERIVATION_UNION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
derivedFrom(String, String, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
derivedFrom(String, String, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
derivedFrom(String, String, short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
derivedFrom(String, String, short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given ancestor type.
derivedFromType(XSTypeDefinition, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
derivedFromType(XSTypeDefinition, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
derivedFromType(XSTypeDefinition, short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
derivedFromType(XSTypeDefinition, short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given ancestorType.
desc - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
DESCENDANT - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: descendant.
detach() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
detach() - Method in class org.apache.xerces.dom.RangeImpl
 
determineDocVersion(XMLInputSource) - Method in class org.apache.xerces.impl.XMLVersionDetector
This methods scans the XML declaration to find out the version (and provisional encoding) of the document.
DFAContentModel - Class in org.apache.xerces.impl.dtd.models
DFAContentModel is the derivative of ContentModel that does all of the non-trivial element content validation.
DFAContentModel(CMNode, int, boolean) - Constructor for class org.apache.xerces.impl.dtd.models.DFAContentModel
Constructs a DFA content model.
DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature: disallow doctype
DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature: disallow doctype
DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: load external DTD.
DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Disallow DOCTYPE declaration feature ("disallow-doctype-decl").
DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Feature identifier: load external DTD.
DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: disallow docType Decls.
DISCARDDEFAULT - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
dispatch(boolean) - Method in interface org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
Dispatch an XML "event".
dispatchAggregateEvents(NodeImpl, DocumentImpl.EnclosingAttr) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Convenience wrapper for calling dispatchAggregateEvents when the context was established by savedEnclosingAttr.
dispatchAggregateEvents(NodeImpl, AttrImpl, String, short) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified.
dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
dispatchEvent(Event) - Method in class org.apache.xerces.dom.NodeImpl
 
dispatchEventToSubtree(Node, Event) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom...
dispatchingEventToSubtree(Node, Event) - Method in class org.apache.xerces.dom.DocumentImpl
Dispatches event to the target node's descendents recursively
doCData - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if textual content of current element should be serialized as CDATA section.
docElement - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Document element.
docType - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Document type.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
doctypeDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of the DOCTYPE line in the document.
DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Property id: document class name.
DOCUMENT_CLASS_NAME_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Document class name property ("dom/document-class-name").
DOCUMENT_POSITION_CONTAINS - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_POSITION_DISCONNECTED - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_POSITION_FOLLOWING - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_POSITION_IS_CONTAINED - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_POSITION_PRECEDING - Static variable in class org.apache.xerces.dom.NodeImpl
 
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Document scanner property ("internal/document-scanner").
DOCUMENT_XML_VERSION_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Document XML version property ("document-xml-version").
DocumentAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface extends the Document interface with additional methods for both document and AS editing.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DocumentBuilderFactoryImpl - Class in org.apache.xerces.jaxp
 
DocumentBuilderFactoryImpl() - Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
DocumentBuilderImpl - Class in org.apache.xerces.jaxp
 
DocumentEditAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface extends the NodeEditAS interface with additional methods for both document and AS editing.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DocumentFragmentImpl - Class in org.apache.xerces.dom
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Factory constructor.
DocumentFragmentImpl() - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Constructor for serialization.
DocumentImpl - Class in org.apache.xerces.dom
The Document interface represents the entire HTML or XML document.
DocumentImpl() - Constructor for class org.apache.xerces.dom.DocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Constructor.
DocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentTypeImpl - Class in org.apache.xerces.dom
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DocumentTypeImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentTypeImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DOM_ATTR_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_CANONICAL_FORM - Static variable in class org.apache.xerces.impl.Constants
 
DOM_CDATA_SECTIONS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_CERTIFIED - Static variable in class org.apache.xerces.impl.Constants
 
DOM_CHARACTER_DATA_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_CHARSET_OVERRIDES_XML_ENCODING - Static variable in class org.apache.xerces.impl.Constants
 
DOM_CHECK_CHAR_NORMALIZATION - Static variable in class org.apache.xerces.impl.Constants
 
DOM_COMMENTS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_DATATYPE_NORMALIZATION - Static variable in class org.apache.xerces.impl.Constants
 
DOM_DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.Constants
 
DOM_DISCARD_DEFAULT_CONTENT - Static variable in class org.apache.xerces.impl.Constants
 
DOM_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
 
DOM_ELEMENT_CONTENT_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
 
DOM_ELEMENT_CONTENT_WHITESPACE - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
DOM_ENTITIES - Static variable in class org.apache.xerces.impl.Constants
 
DOM_ERROR_HANDLER - Static variable in class org.apache.xerces.impl.Constants
 
DOM_FORMAT_PRETTY_PRINT - Static variable in class org.apache.xerces.impl.Constants
 
DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_INFOSET - Static variable in class org.apache.xerces.impl.Constants
 
DOM_NAMESPACE_DECLARATIONS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_NAMESPACES - Static variable in class org.apache.xerces.impl.Constants
 
DOM_NODE - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: DOM node.
DOM_NODE_INSERTED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED_INTO_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
DOM node property ("dom-node").
DOM_NODE_REMOVED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED_FROM_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NORMALIZE_CHARACTERS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_PSVI - Static variable in class org.apache.xerces.impl.Constants
 
DOM_RESOURCE_RESOLVER - Static variable in class org.apache.xerces.impl.Constants
 
DOM_SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.Constants
 
DOM_SCHEMA_TYPE - Static variable in class org.apache.xerces.impl.Constants
 
DOM_SPLIT_CDATA - Static variable in class org.apache.xerces.impl.Constants
 
DOM_SUBTREE_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_SUPPORTED_MEDIATYPES_ONLY - Static variable in class org.apache.xerces.impl.Constants
 
DOM_UNKNOWNCHARS - Static variable in class org.apache.xerces.impl.Constants
 
DOM_VALIDATE - Static variable in class org.apache.xerces.impl.Constants
 
DOM_VALIDATE_IF_SCHEMA - Static variable in class org.apache.xerces.impl.Constants
 
DOM_WELLFORMED - Static variable in class org.apache.xerces.impl.Constants
 
DOM_XMLDECL - Static variable in class org.apache.xerces.impl.Constants
 
DOMASBuilder - Interface in org.apache.xerces.dom3.as
Deprecated.
An Abstract Schema parser interface.

DOMASBuilder provides an API for parsing Abstract Schemas and building the corresponding ASModel tree.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMASBuilderImpl - Class in org.apache.xerces.parsers
Deprecated. 
DOMASBuilderImpl() - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Constructs a DOM Builder using the dtd/xml schema parser configuration.
DOMASBuilderImpl(XMLGrammarCachingConfiguration) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Constructs a DOM Builder using the specified parser configuration.
DOMASBuilderImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Constructs a DOM Builder using the specified symbol table.
DOMASBuilderImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Constructs a DOM Builder using the specified symbol table and grammar pool.
DOMASException - Exception in org.apache.xerces.dom3.as
Deprecated.
Abstract Schemas operations may throw a DOMSystemException as described in their descriptions.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMASException(short, String) - Constructor for exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
 
DOMASWriter - Interface in org.apache.xerces.dom3.as
Deprecated.
A Abstract Schema serialization interface.

DOMASWriters provides an API for serializing Abstract Schemas out in the form of a source Abstract Schema. The Abstract Schema is written to an output stream, the type of which depends on the specific language bindings in use.

DOMASWriter is a generic Abstract Schema serialization interface. It can be applied to both an internal Abstract Schema and/or an external Abstract Schema. DOMASWriter is applied to serialize a single Abstract Schema. Serializing a document with an active Internal Abstract Schema will serialize this internal Abstract Schema with the document as it is part of the Document (see LSSerializer).

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMConfigurationImpl - Class in org.apache.xerces.dom
Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
DOMConfigurationImpl() - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
Default Constructor.
DOMConfigurationImpl(SymbolTable) - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
Constructs a parser configuration using the specified symbol table.
DOMConfigurationImpl(SymbolTable, XMLComponentManager) - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
Constructs a parser configuration using the specified symbol table and parent settings.
DOMEntityResolverWrapper - Class in org.apache.xerces.util
This class wraps DOM entity resolver to XNI entity resolver.
DOMEntityResolverWrapper() - Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
Default constructor.
DOMEntityResolverWrapper(LSResourceResolver) - Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
Wraps the specified DOM entity resolver.
DOMErrorHandlerWrapper - Class in org.apache.xerces.util
This class handles DOM errors .
DOMErrorHandlerWrapper() - Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
 
DOMErrorHandlerWrapper(DOMErrorHandler) - Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
 
DOMErrorImpl - Class in org.apache.xerces.dom
DOMErrorImpl is an implementation that describes an error.
DOMErrorImpl() - Constructor for class org.apache.xerces.dom.DOMErrorImpl
Default constructor.
DOMErrorImpl(short, XMLParseException) - Constructor for class org.apache.xerces.dom.DOMErrorImpl
Exctracts information from XMLParserException)
DOMImplementationAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface allows creation of an ASModel. The expectation is that an instance of the DOMImplementationAS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface when the DOM implementation supports the feature "AS-EDIT".

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMImplementationImpl - Class in org.apache.xerces.dom
The DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationImpl
 
DOMImplementationListImpl - Class in org.apache.xerces.dom
This class implements the DOM Level 3 Core interface DOMImplementationList.
DOMImplementationListImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
Construct an empty list of DOMImplementations
DOMImplementationListImpl(ArrayList) - Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
Construct a list of DOMImplementations from an ArrayList
DOMImplementationListImpl(Vector) - Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
Construct a list of DOMImplementations from a Vector
DOMImplementationSourceImpl - Class in org.apache.xerces.dom
Supply one the right implementation, based upon requested features.
DOMImplementationSourceImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationSourceImpl
 
DOMInputImpl - Class in org.apache.xerces.dom
This Class DOMInputImpl represents a single input source for an XML entity.
DOMInputImpl() - Constructor for class org.apache.xerces.dom.DOMInputImpl
Default Constructor, constructs an input source
DOMInputImpl(String, String, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
DOMInputImpl(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a byte stream.
DOMInputImpl(String, String, String, Reader, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a character stream.
DOMInputImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a String.
DOMInputSource - Class in org.apache.xerces.util
An XMLInputSource analogue to javax.xml.transform.dom.DOMSource.
DOMInputSource() - Constructor for class org.apache.xerces.util.DOMInputSource
 
DOMInputSource(Node) - Constructor for class org.apache.xerces.util.DOMInputSource
 
DOMInputSource(Node, String) - Constructor for class org.apache.xerces.util.DOMInputSource
 
DOMLocatorImpl - Class in org.apache.xerces.dom
DOMLocatorImpl is an implementaion that describes a location (e.g.
DOMLocatorImpl() - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
 
DOMLocatorImpl(int, int, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
 
DOMLocatorImpl(int, int, int, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
 
DOMLocatorImpl(int, int, int, Node, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
 
DOMLocatorImpl(int, int, int, Node, String, int) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
 
DOMMessageFormatter - Class in org.apache.xerces.dom
Used to format DOM error messages, using the system locale.
DOMNormalizer - Class in org.apache.xerces.dom
This class adds implementation for normalizeDocument method.
DOMNormalizer() - Constructor for class org.apache.xerces.dom.DOMNormalizer
 
DOMNormalizer.XMLAttributesProxy - Class in org.apache.xerces.dom
 
DOMNormalizer.XMLAttributesProxy() - Constructor for class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
DOMOutputImpl - Class in org.apache.xerces.dom
This class represents an output destination for data.
DOMOutputImpl() - Constructor for class org.apache.xerces.dom.DOMOutputImpl
Default Constructor
DOMParser - Class in org.apache.xerces.parsers
This is the main Xerces DOM parser class.
DOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified parser configuration.
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the dtd/xml schema parser configuration.
DOMParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table and grammar pool.
DOMParserImpl - Class in org.apache.xerces.parsers
This is Xerces DOM Builder class.
DOMParserImpl(String, String) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the standard parser configuration.
DOMParserImpl(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified parser configuration.
DOMParserImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table.
DOMParserImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table and grammar pool.
DOMSerializer - Interface in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
DOMSerializerImpl - Class in org.apache.xml.serialize
Deprecated.
Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.
DOMSerializerImpl() - Constructor for class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
Constructs a new LSSerializer.
DOMStringListImpl - Class in org.apache.xerces.dom
DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.
DOMStringListImpl() - Constructor for class org.apache.xerces.dom.DOMStringListImpl
Construct an empty list of DOMStringListImpl
DOMStringListImpl(ArrayList) - Constructor for class org.apache.xerces.dom.DOMStringListImpl
Construct a DOMStringListImpl from an ArrayList
DOMStringListImpl(Vector) - Constructor for class org.apache.xerces.dom.DOMStringListImpl
Construct a DOMStringListImpl from a Vector
DOMUtil - Class in org.apache.xerces.util
Some useful utility methods.
DOMUtil() - Constructor for class org.apache.xerces.util.DOMUtil
This class cannot be instantiated.
DOMXSImplementationSourceImpl - Class in org.apache.xerces.dom
Allows to retrieve XSImplementation, DOM Level 3 Core and LS implementations and PSVI implementation.
DOMXSImplementationSourceImpl() - Constructor for class org.apache.xerces.dom.DOMXSImplementationSourceImpl
 
DOUBLE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the double data type as defined in .
DOUBLE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
double
DoubleDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "double"
DoubleDV() - Constructor for class org.apache.xerces.impl.dv.xs.DoubleDV
 
dropDocumentReferences() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Drops all references to the last DOM which was built by this parser.
DT_ANYURI - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_BLOCK - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_BLOCK1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_BOOLEAN - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_COUNT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_FINAL - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_FINAL1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_FINAL2 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_FORM - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_ID - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_LANGUAGE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_MAXOCCURS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_MAXOCCURS1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_MEMBERTYPES - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_MINOCCURS1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_NAMESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_NCNAME - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_NONNEGINT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_POSINT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_PROCESSCONTENTS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_QNAME - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_STRING - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_TOKEN - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_USE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_WHITESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_XPATH - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DT_XPATH1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD loader.
DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD loader.
DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: DTD loader.
DTD_PROCESSOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
DTD processor property ("internal/dtd-processor").
DTD_SCANNER - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: DTD scanner.
DTD_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
DTD scanner property ("internal/dtd-scanner").
DTD_VALIDATOR - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Property identifier: validator .
DTD_VALIDATOR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR_FACTORY_PROPERTY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: datatype validator factory.
DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: DTD validator.
DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator/dtd").
DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.dtd.XML11DTDValidator
 
DTDConfiguration - Class in org.apache.xerces.parsers
This is the DTD-only parser configuration.
DTDConfiguration() - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Default constructor.
DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table.
DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
DTDDVFactory - Class in org.apache.xerces.impl.dv
The factory to create and return DTD types.
DTDDVFactory() - Constructor for class org.apache.xerces.impl.dv.DTDDVFactory
 
DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
the factory to create/return built-in schema DVs and create user-defined DVs
DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
 
DTDGrammar - Class in org.apache.xerces.impl.dtd
A DTD grammar.
DTDGrammar(SymbolTable, XMLDTDDescription) - Constructor for class org.apache.xerces.impl.dtd.DTDGrammar
Default constructor.
DTDGrammar.QNameHashtable - Class in org.apache.xerces.impl.dtd
A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.
DTDGrammar.QNameHashtable() - Constructor for class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
 
DTDGrammarBucket - Class in org.apache.xerces.impl.dtd
This very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool.
DTDGrammarBucket() - Constructor for class org.apache.xerces.impl.dtd.DTDGrammarBucket
Default constructor.
DTDImpl - Class in org.apache.xerces.stax.events
 
DTDImpl(String, Location) - Constructor for class org.apache.xerces.stax.events.DTDImpl
Constructor.
DTDParser - Class in org.apache.xerces.parsers
 
DTDParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDParser
 
DTNORMALIZATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
DUPLICATE_NAME_ERR - Static variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
If an element declaration already exists with the same name within an AS_CHOICE operator.
DURATION_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The duration data type as defined in .
DURATION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
duration
DURATION_TYPE - Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
 
DurationDV - Class in org.apache.xerces.impl.dv.xs
Validator for <duration> datatype (W3C Schema Datatypes)
DurationDV() - Constructor for class org.apache.xerces.impl.dv.xs.DurationDV
 
DV_ANYATOMICTYPE - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_ANYSIMPLETYPE - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_ANYURI - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_BASE64BINARY - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_BOOLEAN - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DATE - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DATETIME - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DAYTIMEDURATION - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DECIMAL - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DOUBLE - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_DURATION - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_ENTITY - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_FLOAT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_GDAY - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_GMONTH - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_GMONTHDAY - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_GYEAR - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_GYEARMONTH - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_HEXBINARY - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_ID - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_IDREF - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_INTEGER - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_LIST - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_NOTATION - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_PRECISIONDECIMAL - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_QNAME - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_STRING - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_TIME - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_UNION - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DV_YEARMONTHDURATION - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
DVFactoryException - Exception in org.apache.xerces.impl.dv
A runtime exception that's thrown if an error happens when the application tries to get a DV factory instance.
DVFactoryException() - Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
 
DVFactoryException(String) - Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
 
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: dynamic validation.
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: dynamic validation.
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Dynamic validation
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: dynamic validation.
DYNAMIC_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Dynamic validation feature ("validation/dynamic").

E

element(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A referenced element in a mixed or children content model.
element(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A referenced element in a mixed or children content model.
element(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A referenced element in a mixed or children content model.
element(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A referenced element in a mixed or children content model.
element(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A referenced element in a mixed or children content model.
element2Locator(Element) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
Extract location information from an Element node, and create a new SimpleLocator object from such information.
element2Locator(Element, SimpleLocator) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
Extract location information from an Element node, store such information in the passed-in SimpleLocator object, then return true.
ELEMENT_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an element declaration.
ELEMENT_DEFINITION_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
Element definition node type.
ELEMENT_PSVI - Static variable in class org.apache.xerces.impl.Constants
Element PSVI is stored in augmentations using string "ELEMENT_PSVI"
elementAt(int) - Method in class org.apache.xerces.util.IntStack
Returns the element at the specified depth in the stack.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
elementDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An element declaration.
elementDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
elementDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
ElementDefaultValidImmediate(XSTypeDefinition, String, ValidationContext, ValidatedInfo) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether a value is a valid default for some type returns the compiled form of the value The parameter value could be either a String or a ValidatedInfo object
ElementDefinitionImpl - Class in org.apache.xerces.dom
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementDefinitionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementDefinitionImpl
Factory constructor.
elementDepthIsZeroHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Element depth iz zero.
elementDepthIsZeroHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
Element depth iz zero.
ElementEditAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface extends the Element interface with additional methods for guided document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ElementImpl - Class in org.apache.xerces.dom
Elements represent most of the "markup" and structure of the document.
ElementImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementImpl
Factory constructor.
ElementImpl() - Constructor for class org.apache.xerces.dom.ElementImpl
 
ElementImpl - Class in org.apache.xerces.impl.xs.opti
 
ElementImpl(int, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
 
ElementImpl(int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
 
ElementImpl(String, String, String, String, int, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
 
ElementImpl(String, String, String, String, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
 
ElementNSImpl - Class in org.apache.xerces.dom
ElementNSImpl inherits from ElementImpl and adds namespace support.
ElementNSImpl() - Constructor for class org.apache.xerces.dom.ElementNSImpl
 
ElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
DOM2: Constructor for Namespace implementation.
ElementNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
 
ElementNSImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
 
ElementPSVI - Interface in org.apache.xerces.xs
Represents a PSVI item for one element information item.
ElementPSVImpl - Class in org.apache.xerces.impl.xs
Element PSV infoset augmentations implementation.
ElementPSVImpl() - Constructor for class org.apache.xerces.impl.xs.ElementPSVImpl
 
elements - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Elements.
ELEMENTS_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Represents an ELEMENTS only content type for an Element declaration.
ElementState - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
ElementState() - Constructor for class org.apache.xml.serialize.ElementState
Deprecated.
 
ELT_ALL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ANY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ANYATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_APPINFO - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ATTRIBUTEGROUP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_CHOICE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_COMPLEXCONTENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_COMPLEXTYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_DOCUMENTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ELEMENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_ENUMERATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_EXTENSION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_FIELD - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_FRACTIONDIGITS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_GROUP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_IMPORT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_INCLUDE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_KEY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_KEYREF - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_LENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_LIST - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MAXEXCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MAXINCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MAXLENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MINEXCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MININCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_MINLENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_NOTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_PATTERN - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_REDEFINE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_RESTRICTION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_SCHEMA - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_SELECTOR - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_SEQUENCE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_SIMPLECONTENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_SIMPLETYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_TOTALDIGITS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_UNION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_UNIQUE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
ELT_WHITESPACE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
emptiable() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
3.9.6 Schema Component Constraint: Particle Emptiable whether this particle is emptible
empty(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A content model of EMPTY.
empty(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A content model of EMPTY.
empty(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A content model of EMPTY.
empty(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A content model of EMPTY.
empty(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A content model of EMPTY.
empty - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if element is empty.
EMPTY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Represents an EMPTY content type for an Element declaration.
EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.LSInputListImpl
An immutable empty list.
EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.ObjectListImpl
An immutable empty list.
EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.ShortListImpl
An immutable empty list.
EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.StringListImpl
An immutable empty list.
EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.XSObjectListImpl
An immutable empty list.
EMPTY_MAP - Static variable in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
An immutable empty map.
EMPTY_STRING - Static variable in class org.apache.xerces.dom.DOMNormalizer
Empty string to pass to the validator.
EMPTY_STRING - Static variable in class org.apache.xerces.util.XMLSymbols
The empty string.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An empty element.
emptyElement(QName, XMLAttributes, int, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
emptyElement(QName, XMLAttributes, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
An empty element.
EmptyLocation - Class in org.apache.xerces.stax
Location which always returns -1 and null from its methods.
enableNS - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
encode(byte[]) - Static method in class org.apache.xerces.impl.dv.util.Base64
Encodes hex octects into Base64
encode(byte[]) - Static method in class org.apache.xerces.impl.dv.util.HexBin
Encode a byte array to hex string
encoding - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document encoding
encoding - Variable in class org.apache.xerces.dom.EntityImpl
Encoding
encoding - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Auto-detected encoding.
Encoding - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
Deprecated.
The default encoding for Web documents it UTF-8.
EncodingInfo - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
EncodingInfo(String, String, int) - Constructor for class org.apache.xml.serialize.EncodingInfo
Deprecated.
Creates new EncodingInfo instance.
EncodingMap - Class in org.apache.xerces.util
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.xerces.util.EncodingMap
Default constructor.
Encodings - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
Encodings() - Constructor for class org.apache.xml.serialize.Encodings
Deprecated.
 
encodingSet() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
endAttlist(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endAttlist(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of an attribute list.
endCDATA(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of a CDATA section.
endCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
The end of a CDATA section.
endCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endConditional(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endConditional(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of a conditional section.
endContentModel(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of a content model.
endContentModel(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of a content model.
endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
The method indicates the end of list of children
endContentModel(int[]) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
The method indicates the end of list of children
endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
 
endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
The method indicates the end of list of children
endContentModel(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of a content model.
endContentModel(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a content model.
endContentModel() - Method in class org.apache.xerces.parsers.DTDParser
The end of a content model.
endContentModel(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The end of a content model.
endDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
endDocument(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The end of the document.
endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
End document.
endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Signals the end of the document.
endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Check identity constraints.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endDocument(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of the document.
endDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Called at the end of the document to wrap it up.
endDocumentFragment() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
 
endDocumentFragment() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
endDocumentFragment(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of the document fragment.
EndDocumentImpl - Class in org.apache.xerces.stax.events
 
EndDocumentImpl(Location) - Constructor for class org.apache.xerces.stax.events.EndDocumentImpl
Constructor.
endDTD(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endDTD(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of the DTD.
endDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endElement(String) - Method in class org.apache.html.dom.HTMLBuilder
 
endElement(QName, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of an element.
endElement(QName, XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
 
endElement(QName, XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of an element.
endElement() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The end of an element.
endElement() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
endElement(): merges contents of fGlobalIDConstraintMap with the top of fGlobalMapStack into fGlobalIDConstraintMap.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endElement(QName, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of an element.
endElement(QName, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
The end of an element.
endElement(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
endElement(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
endElement(String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
endElement(String) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
EndElementImpl - Class in org.apache.xerces.stax.events
 
EndElementImpl(QName, Iterator, Location) - Constructor for class org.apache.xerces.stax.events.EndElementImpl
 
endElementIO(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
endElementIO(String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
endElementIO(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
This method notifies the end of an entity.
endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
This method notifies the end of an entity.
endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
This method notifies the end of an entity.
endEntity(String, Augmentations) - Method in interface org.apache.xerces.impl.XMLEntityHandler
This method notifies the end of an entity.
endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLScanner
This method notifies the end of an entity.
endEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of the DTD external subset.
endExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager
 
endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of the external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endExternalSubset(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of the DTD external subset.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies the end of an entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the end of an entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endGeneralEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
This method notifies the end of a general entity.
endGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The end of a group for mixed or children content models.
endGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The end of a group for mixed or children content models.
endGroup(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of a group for mixed or children content models.
endGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a group for mixed or children content models.
endGroup(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The end of a group for mixed or children content models.
endNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Send endPrefixMapping events
endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XML11NSDTDValidator
Handles end element.
endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLNSDTDValidator
Handles end element.
endNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endOfFileHook(EOFException) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
End of file hook.
endOfFileHook(EOFException) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
End of file hook.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
This method notifies the end of an entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
This method notifies the end of a parameter entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
This method notifies the end of a parameter entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the end of a parameter entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies the end of an entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the end of an entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
endParameterEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
This method notifies the end of a parameter entity.
endPrefixMapping(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
endValueScope() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Ends scope for value store.
endValueScopeFor(IdentityConstraint, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
Ends the value scope for the specified identity constraint.
endValueScopeFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Ends the value scope for the specified identity constraint.
ensureCapacity(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
enterDTD() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Called by any of the DTD handlers to enter DTD mode.
enterDTD() - Method in class org.apache.xml.serialize.Printer
Deprecated.
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Enter a new element state for the specified element.
entities - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Entities.
ENTITIES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
ENTITIES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
ENTITIES_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The ENTITIES data type as defined in .
ENTITY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The ENTITY data type as defined in .
ENTITY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
ENTITY
ENTITY_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLVersionDetector
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: entity manager.
ENTITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Entity manager property ("internal/entity-manager").
ENTITY_RESOLVER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Property identifier: entity resolver.
ENTITY_RESOLVER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Entity resolver property ("internal/entity-resolver").
ENTITY_SKIPPED - Static variable in class org.apache.xerces.impl.Constants
Boolean indicating whether an entity referenced in the document has not been read is stored in augmentations using the string "ENTITY_SKIPPED".
ENTITYDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
ENTITYDatatypeValidator implements the DatattypeValidator interface.
ENTITYDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
 
EntityDeclarationImpl - Class in org.apache.xerces.stax.events
 
EntityDeclarationImpl(String, String, String, String, Location) - Constructor for class org.apache.xerces.stax.events.EntityDeclarationImpl
 
EntityDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "entity"
EntityDV() - Constructor for class org.apache.xerces.impl.dv.xs.EntityDV
 
EntityImpl - Class in org.apache.xerces.dom
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityImpl
Factory constructor.
entityLocation - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
container for all relevant entity location information.
entityLocation - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
entity location information
EntityReferenceImpl - Class in org.apache.xerces.dom
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityReferenceImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityReferenceImpl
Factory constructor.
EntityReferenceImpl - Class in org.apache.xerces.stax.events
 
EntityReferenceImpl(EntityDeclaration, Location) - Constructor for class org.apache.xerces.stax.events.EntityReferenceImpl
Constructor.
EntityReferenceImpl(String, EntityDeclaration, Location) - Constructor for class org.apache.xerces.stax.events.EntityReferenceImpl
Constructor.
EntityResolver2Wrapper - Class in org.apache.xerces.util
This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver.
EntityResolver2Wrapper() - Constructor for class org.apache.xerces.util.EntityResolver2Wrapper
Default constructor.
EntityResolver2Wrapper(EntityResolver2) - Constructor for class org.apache.xerces.util.EntityResolver2Wrapper
Creates a new instance wrapping the given SAX entity resolver.
EntityResolverWrapper - Class in org.apache.xerces.util
This class wraps a SAX entity resolver in an XNI entity resolver.
EntityResolverWrapper() - Constructor for class org.apache.xerces.util.EntityResolverWrapper
Default constructor.
EntityResolverWrapper(EntityResolver) - Constructor for class org.apache.xerces.util.EntityResolverWrapper
Wraps the specified SAX entity resolver.
EntityState - Interface in org.apache.xerces.impl.validation
The entity state interface defines methods that must be implemented by components that store information about entity declarations, as well as by entity validator that will need to validate attributes of type entity.
entrySet() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
 
enumAnnotations - Variable in class org.apache.xerces.impl.dv.XSFacets
 
enumeration - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
enumeration
enumeration - Variable in class org.apache.xerces.impl.dv.XSFacets
Vector containing values of Enumeration facet, as String's.
enumerationAnnotations - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
enumNSDecls - Variable in class org.apache.xerces.impl.dv.XSFacets
An array parallel to "Vector enumeration".
EQUAL - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
 
equals(Object) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
equals(Object) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Returns true if the two objects are equal.
equals(Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
Compares this grammar with the given grammar.
equals(Object) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Return true if patterns are the same and the options are equivalent.
equals(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
equals(Object) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
 
equals(XInt) - Method in class org.apache.xerces.impl.xs.util.XInt
 
equals(Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
equals(Object) - Method in class org.apache.xerces.impl.xs.XSDDescription
Compares this grammar with the given grammar.
equals(Object) - Method in class org.apache.xerces.impl.xs.XSElementDecl
whether two decls are the same
equals(Object) - Method in class org.apache.xerces.util.URI
Determines if the passed-in Object is equivalent to this URI.
equals(XMLGrammarDescription, XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
This method checks whether two grammars are the same.
equals(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
equals(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
equals(Object) - Method in class org.apache.xerces.xni.QName
Returns true if the two objects are equal.
equals(char[], int, int) - Method in class org.apache.xerces.xni.XMLString
Returns true if the contents of this XMLString structure and the specified array are equal.
equals(String) - Method in class org.apache.xerces.xni.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
error(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Error.
error(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
Reports an error.
error(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
 
error(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Reports an error.
error(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Reports an error.
ERROR_HANDLER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: error handler.
ERROR_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Error handler property ("internal/error-handler").
ERROR_REPORTER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLVersionDetector
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Property identifier: error reporter.
ERROR_REPORTER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Error reporter property ("internal/error-reporter").
errorChecking - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Bypass error checking.
ErrorHandlerProxy - Class in org.apache.xerces.util
Wraps XMLErrorHandler and make it look like a SAX ErrorHandler.
ErrorHandlerProxy() - Constructor for class org.apache.xerces.util.ErrorHandlerProxy
 
ErrorHandlerWrapper - Class in org.apache.xerces.util
This class wraps a SAX error handler in an XNI error handler.
ErrorHandlerWrapper() - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
Default constructor.
ErrorHandlerWrapper(ErrorHandler) - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
Wraps the specified SAX error handler.
escapeURI(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
EVENT_ELEMENT_EMPTY - Static variable in interface org.apache.xerces.xpointer.XPointerPart
 
EVENT_ELEMENT_EMPTY - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
 
EVENT_ELEMENT_END - Static variable in interface org.apache.xerces.xpointer.XPointerPart
 
EVENT_ELEMENT_END - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
 
EVENT_ELEMENT_START - Static variable in interface org.apache.xerces.xpointer.XPointerPart
 
EVENT_ELEMENT_START - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
 
EventImpl - Class in org.apache.xerces.dom.events
EventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
EventImpl() - Constructor for class org.apache.xerces.dom.events.EventImpl
 
eventListeners - Variable in class org.apache.xerces.dom.DocumentImpl
Table for event listeners registered to this document nodes.
eventPhase - Variable in class org.apache.xerces.dom.events.EventImpl
 
expandedSystemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
expandedSystemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
expandEntityRef(Node, Node) - Method in class org.apache.xerces.dom.DOMNormalizer
 
expandSystemId(String, String, boolean) - Static method in class org.apache.xerces.impl.XMLEntityManager
Expands a system id and returns the system id as a URI, if it can be expanded.
ExtendedSchemaDVFactoryImpl - Class in org.apache.xerces.impl.dv.xs
A special factory to create/return built-in schema DVs and create user-defined DVs that includes anyAtomicType, yearMonthDuration and dayTimeDuration
ExtendedSchemaDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
 
EXTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
constant defining an external entity.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
External general entities feature ("external-general-entities ").
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
External parameter entities feature ("external-parameter-entities ").
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
ExternalSubsetResolver - Interface in org.apache.xerces.impl
This interface extends XMLEntityResolver providing a method to resolve external subsets for documents which do not explicitly provide one.
extractContents() - Method in class org.apache.xerces.dom.RangeImpl
 

F

fAbstractSchema - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
FACET - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a constraining facet.
FACET_ENUMERATION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.5 enumeration.
FACET_FRACTIONDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.12 fractionDigits.
FACET_LENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.1 Length
FACET_MAXEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.9 maxExclusive.
FACET_MAXINCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.7 maxInclusive.
FACET_MAXLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.3 maxLength.
FACET_MINEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.9 minExclusive.
FACET_MININCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.10 minInclusive.
FACET_MINLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.2 minLength.
FACET_NONE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
No facets defined.
FACET_PATTERN - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.4 pattern.
FACET_TOTALDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.11 totalDigits .
FACET_WHITESPACE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.5 whitespace.
fActiveGrammar - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
 
FactoriesProperty - Static variable in class org.apache.xml.serialize.SerializerFactory
Deprecated.
 
fAllowJavaEncodings - Variable in class org.apache.xerces.impl.XMLEntityManager
Allow Java encoding names.
fAmpSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "amp".
fAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
fAnnotations - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
 
fAnySimpleType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
 
fANYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "ANY".
fAnyType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
 
fAposSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "apos".
fASModels - Variable in class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Fatal error.
fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
Report a fatal error.
fatalError(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
 
fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Report a fatal error.
fatalError(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Report a fatal error.
fatalError(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
fAttrDecl - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
fAttributeDecl - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
Temporary Attribute decl.
fAttributeList - Variable in class org.apache.xerces.dom.DOMNormalizer
list of attributes
fAttributeQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Attribute QName.
fAttributes - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
fAttributes - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element attributes.
fAttributes - Variable in class org.apache.xerces.impl.xs.XSDDescription
 
fAttributes - Variable in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
XML attributes.
fAttributes - Variable in class org.apache.xerces.util.XMLAttributesImpl
Attribute information.
fAttributeTableView - Variable in class org.apache.xerces.util.XMLAttributesImpl
Hashtable of attribute information.
fAttributeTableViewChainState - Variable in class org.apache.xerces.util.XMLAttributesImpl
Tracks whether each chain in the hash table is stale with respect to the current state of this object.
fAttributeWC - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fAttrProxy - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fAttrUses - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fAugmentations - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
fAugmentations - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fAugPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fBalanceSyntaxTrees - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Controls whether the DTD grammar produces balanced syntax trees.
fBaseSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fBaseSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
The base system identifier.
fBaseSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Base system identifier.
fBaseSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Base system identifier.
fBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fBaseURIScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fBaseURIStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Base uri stack
fBindNamespaces - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
If is true, the dtd validator is no longer in the pipeline and the scanner should bind namespaces
fBindNamespaces - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
If is true, the dtd validator is no longer in the pipeline and the scanner should bind namespaces
fBlock - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fBuckets - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable
 
fBuckets - Variable in class org.apache.xerces.util.SymbolHash
Buckets.
fBuckets - Variable in class org.apache.xerces.util.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.xerces.impl.io.ASCIIReader
Byte buffer.
fBuffer - Variable in class org.apache.xerces.impl.io.Latin1Reader
Byte buffer.
fBuffer - Variable in class org.apache.xerces.impl.io.UCSReader
Byte buffer.
fBuffer - Variable in class org.apache.xerces.impl.io.UTF16Reader
Byte buffer.
fBuffer - Variable in class org.apache.xerces.impl.io.UTF8Reader
Byte buffer.
fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityManager
Buffer size.
fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityScanner
 
fBufferSize - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fBusy - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fByteOffset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available
fByteStream - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fByteStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
 
fByteStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Byte stream.
fCachedDTD - Variable in class org.apache.xerces.impl.validation.ValidationManager
 
fCDATASymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "CDATA".
fCertifiedText - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fCharacterOffset - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Character offset.
fCharRefLiteral - Variable in class org.apache.xerces.impl.XMLScanner
Literal value of the last character refence scanned.
fCharStream - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fCharStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
 
fCharStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Character stream.
fChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fColumnNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
The column number where the error occured, or -1 if there is no column number available.
fColumnNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Column number.
fCommonComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
Common components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator
fCommonComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Common components: XMLEntityManager, XMLErrorReporter
fCommonComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Common components: XMLEntityManager, XMLErrorReporter
fComponents - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Components.
fComponents - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Components.
fComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
XML 1.0 Components.
fComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
XML 1.0 Components.
fComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
XML 1.0 Components.
fCompositor - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
fConfigUpdated - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfigUpdated - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11Configuration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfiguration - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fConfiguration - Variable in class org.apache.xerces.parsers.XMLParser
The parser configuration.
fConstraintType - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
fContentDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Content dispatcher.
fContentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Content handler.
fContext - Variable in class org.apache.xerces.util.NamespaceSupport
Context indexes.
fContextStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Offset stack for contexts.
fContextType - Variable in class org.apache.xerces.impl.xs.XSDDescription
 
fContinueAfterFatalError - Variable in class org.apache.xerces.impl.XMLErrorReporter
Continue after fatal error feature.
fCount - Variable in class org.apache.xerces.util.SymbolTable
The total number of entries in the hash table.
fCreateCDATANodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Create cdata nodes.
fCreateEntityRefNodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Create entity reference nodes.
fCurrentAttributeIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
Current attribute index.
fCurrentBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fCurrentCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentCDATASectionIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentContext - Variable in class org.apache.xerces.util.NamespaceSupport
The current context.
fCurrentDTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Current DTD scanner.
fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
Current DTD scanner.
fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Current DTD scanner.
fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Current DTD scanner.
fCurrentDVFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Current Datatype validator factory.
fCurrentDVFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Current Datatype validator factory.
fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
Current Datatype validator factory.
fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Current Datatype validator factory.
fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Current Datatype validator factory.
fCurrentElement - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Current element.
fCurrentElementIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
Current element index.
fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityManager
Current entity.
fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityScanner
 
fCurrentEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentLanguage - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fCurrentNode - Variable in class org.apache.xerces.dom.DOMNormalizer
for setting the PSVI
fCurrentNode - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Current node.
fCurrentNode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
fCurrentNode - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Current node that is being processed
fCurrentNodeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Current NamespaceContext.
fCurrentPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
current PSVI element info
fCurrentScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Current scanner
fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
Current scanner
fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Current scanner
fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Current scanner
fCurrentScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
fData - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fDatatypeValidatorFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.DTDConfiguration
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XMLGrammarParser
fDatatypeValidatorFactory
fDeclaration - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
attribute declaration
fDeclaration - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
element declaration
fDeclaration - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
attribute declaration
fDeclaration - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
element declaration
fDeclaredAttrs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fDeclaredEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
Shared declared entities.
fDeclHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Decl handler.
fDeclPool - Variable in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
 
fDeclPool - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
fDefault - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
fDefault - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fDefaultErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
Default error handler.
fDefaultValue - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fDeferNodeExpansion - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDeferredDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDeferredEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDepth - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
fDisallowDoctype - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Disallow doctype declaration.
fDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Active dispatcher.
fDocLocation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
fDocLocation - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fDoctypeName - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype name.
fDoctypePublicId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype declaration public identifier.
fDoctypeSystemId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype declaration system identifier.
fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
fDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document.
fDocumentClassName - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document class name to use.
fDocumentHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The default Xerces document implementation, if used.
fDocumentIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDocumentSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
fDocumentSource - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
 
fDocumentSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fDocumentSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Document source
fDocumentSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fDocumentType - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document type node.
fDocumentTypeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDocumentURI - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: documentURI
fDOMError - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
fDOMError - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
fDomErrorHandler - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
fDOMErrorHandler - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
fDOMFilter - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDOMFilter - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
fDOML1 - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
fDoValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fDTDContentModelHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The DTD content model handler.
fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
 
fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
DTD content model source.
fDTDContentModelSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
DTD content model source
fDTDDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
DTD dispatcher.
fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
DTD Grammar.
fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
DTD Grammar.
fDTDHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fDTDLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fDTDProcessor - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD Processor .
fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Processor .
fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 DTD Processor .
fDTDScanner - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
fDTDScanner - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.0 DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.DTDParser
fDTDScanner
fDTDScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.0 DTD scanner.
fDTDSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
 
fDTDSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
DTD source.
fDTDSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
DTD source
fDTDSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fDTDTypes - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Validation against only DTD
fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Validation against only DTD
fDTDValidator - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD Validator.
fDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Validator: binds namespaces
fDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 DTD Validator: binds namespaces
fDynamicValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Dynamic validation.
fDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
features - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Normalization features
features - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
features - Variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
REVISIT: Currently we handle 3 different configurations, would be nice just have one configuration that has different recognized parameters depending if it is used in Core/LS.
fElement - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
fElementDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
Element depth.
fElementName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
name of owning element
fElementQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element QName.
fElements - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
The stack data.
fElementStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element stack.
fEnclosedElementName - Variable in class org.apache.xerces.impl.xs.XSDDescription
 
fEncoding - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fEncoding - Variable in class org.apache.xerces.dom.DOMOutputImpl
 
fEncoding - Variable in class org.apache.xerces.impl.io.UCSReader
 
fEncoding - Variable in class org.apache.xerces.impl.XMLVersionDetector
 
fEncoding - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Encoding.
fEncodingSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "encoding".
fEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
Entities.
fENTITIESSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "ENTITIES".
fEntityDepth - Variable in class org.apache.xerces.impl.XMLScanner
Entity depth.
fEntityExpansionCount - Variable in class org.apache.xerces.impl.XMLEntityManager
 
fEntityExpansionLimit - Variable in class org.apache.xerces.impl.XMLEntityManager
 
fEntityHandler - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity handler.
fEntityManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
fEntityManager - Variable in class org.apache.xerces.impl.XMLScanner
Entity manager.
fEntityManager - Variable in class org.apache.xerces.impl.XMLVersionDetector
Entity manager.
fEntityManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.XML11Configuration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Entity manager.
fEntityName - Variable in class org.apache.xerces.util.XMLEntityDescriptionImpl
The name of the entity.
fEntityRef - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fEntityResolver - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Entity resolver .
fEntityResolver - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity resolver.
fEntityResolver - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Entity resolver
fEntityResolver - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fEntityResolver - Variable in class org.apache.xerces.util.DOMEntityResolverWrapper
The DOM entity resolver.
fEntityResolver - Variable in class org.apache.xerces.util.EntityResolver2Wrapper
An instance of SAX2 Extensions 1.1's EntityResolver2.
fEntityResolver - Variable in class org.apache.xerces.util.EntityResolverWrapper
The SAX entity resolver.
fEntityResolver - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fEntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
Current entity scanner.
fEntityScanner - Variable in class org.apache.xerces.impl.XMLScanner
Entity scanner.
fEntityStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Entity stack.
fEntityStack - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity stack.
fENTITYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "ENTITY".
fENUMERATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "ENUMERATION".
fErrorCode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
Error code for comparisons.
fErrorCodes - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
error codes
fErrorCodes - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
error codes
fErrorHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
error handler.
fErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
Error handler.
fErrorHandler - Variable in class org.apache.xerces.parsers.AbstractDOMParser
DOM L3 error handler
fErrorHandler - Variable in class org.apache.xerces.util.ErrorHandlerWrapper
The SAX error handler.
fErrorHandler - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fErrorHandlerWrapper - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
fErrorMessages - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
error messages
fErrorMessages - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
error messages
fErrorReporter - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Error reporter
fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityManager
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityScanner
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLScanner
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLVersionDetector
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.DTDConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XML11Configuration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fErrorReporter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fErrors - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
error codes and error messages
fErrors - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
error codes and error messages
fException - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fExpandedLocationPairs - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fExpandedSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
The expanded system identifier.
fExpandedSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fExpandedSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
expanded System identifier.
fExpression - Variable in class org.apache.xerces.impl.xpath.XPath
Expression.
fExternalGeneralEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
External general entities.
fExternalNoNamespaceSchema - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fExternalParameterEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
External parameter entities.
fExternalSchemas - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fExternalSubsetResolver - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
External subset resolver.
fFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
Features.
fFieldActivator - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
Field activator.
fFieldCount - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Field count.
fFieldCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fFields - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Fields.
fFields - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fFilterReject - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: specifies that element with given QNAME and all its children must be rejected
fFinal - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fFirstChunk - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if saw the first chunk of characters
fFIXEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "#FIXED".
fFixupBase - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fFixupLang - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fFollowRedirects - Variable in class org.apache.xerces.util.HTTPInputSource
Preference for whether HTTP redirects should be followed.
fFoundMatchingPtrPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fFullChecking - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fGlobalIDConstraintMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
 
fGlobalMapStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
 
fGrammar - Variable in class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Grammar bucket.
fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Grammar bucket.
fGrammarBucket - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
fGrammarCount - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
 
fGrammarDescription - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
 
fGrammarFound - Variable in class org.apache.xerces.impl.validation.ValidationManager
 
fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
fGrammarPool - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fGrammarPool - Variable in class org.apache.xerces.parsers.DTDConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XML11Configuration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fGrammars - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
Grammars associated with element root name.
fGrammars - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
deferred XSModel
fGrammars - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
Grammars.
fGtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "gt".
fHasExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
has external dtd
fHasPEReferences - Variable in class org.apache.xerces.impl.XMLEntityManager
True if the current document contains parameter entity references.
fHrefFromParent - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fHTTPRequestProperties - Variable in class org.apache.xerces.util.HTTPInputSource
HTTP request properties.
fIANA2JavaMap - Static variable in class org.apache.xerces.util.EncodingMap
fIANA2JavaMap
fId - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
fIDAttrName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fIDConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
 
fIdConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fIdCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Identifier count.
fIdElement - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Identifier element indexes.
fIdentifier - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Identifier.
fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Field
Identity constraint.
fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
Identity constraint.
fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Identity constraint.
fIdentityConstraint2ValueStoreMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Values stores associated to specific identity constraints.
fIdentityConstraintName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Identity constraint name.
fIdName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Identifier name indexes.
fIDREFSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "IDREFS".
fIDREFSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "IDREF".
fIDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "ID".
Field - Class in org.apache.xerces.impl.xs.identity
Schema identity constraint field.
Field(Field.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Field
Constructs a field.
Field.Matcher - Class in org.apache.xerces.impl.xs.identity
Field matcher.
Field.Matcher(Field.XPath, ValueStore) - Constructor for class org.apache.xerces.impl.xs.identity.Field.Matcher
Constructs a field matcher.
Field.XPath - Class in org.apache.xerces.impl.xs.identity
Field XPath.
Field.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Field.XPath
Constructs a field XPath expression.
FieldActivator - Interface in org.apache.xerces.impl.xs.identity
Interface for a field activator.
fIMPLIEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "#IMPLIED.
fInCDATA - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fInCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside CDATA section.
fIncludeComments - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Include Comments.
fIncludeIgnorableWhitespace - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Include ignorable whitespace.
findElemInTable(XSComplexTypeDecl, XSElementDecl, SymbolHash) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
findGrammar(XSDDescription, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
First try to find a grammar in the bucket, if failed, consult the grammar pool.
findNamePoint(String, int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Subroutine: Locate the named item, or the point at which said item should be added.
findNamePoint(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
This findNamePoint is for DOM Level 2 Namespaces.
fInDTD - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside DTD.
fInDTD - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
True if inside DTD.
fInDTDExternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside DTD external subset.
fInDTDIgnore - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
True if in an ignore conditional section of the DTD.
findUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Return index of UTC char: 'Z', '+', '-'
fInEntityRef - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: true if inside entity reference
fInExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager
 
fInitialDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
Initial depth in the document at which this matcher was created.
fInputSource - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Input Source
fInputSource - Variable in class org.apache.xerces.parsers.DTDConfiguration
Input Source
fInputSource - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Input Source
fInputSource - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fInputSource - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fInputSource - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fInputStream - Variable in class org.apache.xerces.impl.io.ASCIIReader
Input stream.
fInputStream - Variable in class org.apache.xerces.impl.io.Latin1Reader
Input stream.
fInputStream - Variable in class org.apache.xerces.impl.io.UCSReader
Input stream.
fInputStream - Variable in class org.apache.xerces.impl.io.UTF16Reader
Input stream.
fInputStream - Variable in class org.apache.xerces.impl.io.UTF8Reader
Input stream.
fInScanContent - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
SubScanner state: inside scanContent method.
fInternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Internal subset buffer.
FIRST_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
 
FIRSTCHILD - Static variable in class org.apache.xerces.dom.NodeImpl
 
firstChild - Variable in class org.apache.xerces.dom.ParentNode
First child.
firstChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the first child Node from the current node, after applying filter, whatToshow.
firstPos() - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
fIsBigEndian - Variable in class org.apache.xerces.impl.io.UTF16Reader
Endianness.
fIsEntityDeclaredVC - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
True if [Entity Declared] is a VC; false if it is a WFC.
fIsStandalone - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
 
fIsTableViewConsistent - Variable in class org.apache.xerces.util.XMLAttributesImpl
Indicates whether the table view contains consistent data.
fIsXPointerResolved - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fixURI(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
Fixes a platform dependent filename to standard URI form.
fJava2IANAMap - Static variable in class org.apache.xerces.util.EncodingMap
fJava2IANAMap
fJaxpSchemaSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fKey - Variable in class org.apache.xerces.impl.xs.identity.KeyRef
The key (or unique) being referred to.
fKeyValueStore - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
Key value store.
flags - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
flags - Variable in class org.apache.xerces.dom.NodeImpl
 
fLanguageScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fLanguageStack - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fLargeCount - Variable in class org.apache.xerces.util.XMLAttributesImpl
Usage count for the attribute table view.
fLastComponent - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Last component in the document pipeline
fLastComponent - Variable in class org.apache.xerces.parsers.XML11Configuration
Last component in the document pipeline
fLastComponent - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Last component in the document pipeline
fLastComponent - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Last component in the document pipeline
fLength - Variable in class org.apache.xerces.util.XMLAttributesImpl
Attribute count.
fLexicalHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Lexical handler.
fLexicalHandlerParameterEntities - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Lexical handler parameter entities.
fLineNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
The line number where the error occured, or -1 if there is no line number available.
fLineNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Line number.
fLiteralSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
The literal system identifier.
fLiteralSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fLiteralSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
literal System identifier.
fLoadExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Load external DTD.
fLoadFactor - Variable in class org.apache.xerces.util.SymbolTable
The load factor for the SymbolTable.
FLOAT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the float data type as defined in .
FLOAT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
float
FloatDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "float"
FloatDV() - Constructor for class org.apache.xerces.impl.dv.xs.FloatDV
 
fLocale - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Locale.
fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
fLocale - Variable in class org.apache.xerces.impl.XMLErrorReporter
The locale to be used to format error messages.
fLocale - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Locale.
fLocale - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fLocale - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fLocale - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fLocale - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fLocalItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fLocalNSBinder - Variable in class org.apache.xerces.dom.DOMNormalizer
Stores all namespace bindings on the current element
fLocalNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
stores all namespace bindings on the current element
fLocalNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
stores all namespace bindings on the current element
fLocalValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
current data
fLocalValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fLocationHints - Variable in class org.apache.xerces.impl.xs.XSDDescription
 
fLocationPairs - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fLocationPaths - Variable in class org.apache.xerces.impl.xpath.XPath
Location paths.
fLocator - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fLocator - Variable in class org.apache.xerces.dom.DOMNormalizer
DOM Locator - for namespace fixup algorithm
fLocator - Variable in class org.apache.xerces.impl.XMLErrorReporter
Document locator.
fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
 
fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Locator
fLocator - Variable in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
XML locator.
fLocator - Variable in class org.apache.xerces.parsers.DTDConfiguration
Locator
fLocator - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Locator
fLocator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fLocator - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fLtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "lt".
flush() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Flush the output stream.
flush() - Method in class org.apache.xml.serialize.Printer
Deprecated.
Flush the output stream.
flushLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Flushes the line accumulated so far to the writer and get ready to accumulate the next line.
flushLine(boolean) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
fMarkupDepth - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Markup depth.
fMatchedDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
Depth at match.
fMatchedString - Variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
The matching string.
fMatchers - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Active matchers.
fMatchersCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Count of active matchers.
fMatcherStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Stack of active XPath matchers for identity constraints.
fMaxOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
fMayMatch - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
A flag indicating whether the field is allowed to match a value.
fMessage - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fMessageFormatters - Variable in class org.apache.xerces.impl.XMLErrorReporter
Mapping of Message formatters for domains.
fMinOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
fModelGroup - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
 
fName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fName - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fName - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
 
fName - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
 
fNamespace - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
target namespace
fNamespace - Variable in class org.apache.xerces.util.NamespaceSupport
Namespace binding information.
fNamespace - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
The namespace of the resource.
fNamespaceAware - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fNamespaceBinder - Variable in class org.apache.xerces.parsers.DTDConfiguration
Namespace binder.
fNamespaceContext - Variable in class org.apache.xerces.dom.DOMNormalizer
The namespace context of this document: stores namespaces in scope
fNamespaceContext - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Namespace support.
fNamespaceContext - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Namespace support.
fNamespaceContext - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
 
fNamespaceContext - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespace context
fNamespaceContext - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fNamespaceCounter - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
fNamespaceDeclarations - Variable in class org.apache.xerces.parsers.DOMParserImpl
Include namespace declaration attributes in the document.
fNamespaceGrowth - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fNamespaceList - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
fNamespaceList - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
 
fNamespacePrefixes - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespace prefixes.
fNamespacePrefixes - Variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
Controls whether namespace prefixes will be printed out during serialization
fNamespaces - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Namespaces.
fNamespaces - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Namespaces.
fNamespaces - Variable in class org.apache.xerces.impl.XMLScanner
Namespaces.
fNamespaces - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespaces.
fNamespaces - Variable in class org.apache.xerces.util.XMLAttributesImpl
Namespaces.
fNamespaces - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
Controls whether namespace fixup should be performed during the serialization.
fNamespaces - Variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
Controls whether namespace fixup should be performed during the serialization.
fNamespaceScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.0 Document scanner.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
Document scanner that does namespace binding.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Document scanner that does namespace binding.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 Document scanner that does namespace binding.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.0 Document scanner that does namespace binding.
fNamespacesEnabled - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
DOM2: For namespace support in the deferred case.
fNamespaceSize - Variable in class org.apache.xerces.util.NamespaceSupport
The top of the namespace information array.
fNamespaceValidation - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fNil - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false
fNil - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false
fNMTOKENSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "NMTOKENS".
fNMTOKENSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "NMTOKEN".
fNodeCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node count.
fNodeExtra - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Extra data.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrNSImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCDATASectionImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCommentImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementNSImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredNotationImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Node index.
fNodeIndex - Variable in class org.apache.xerces.dom.DeferredTextImpl
Node index.
fNodeLastChild - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node first children.
fNodeListCache - Variable in class org.apache.xerces.dom.ParentNode
NodeList cache
fNodeName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node names.
fNodeParent - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node parents.
fNodePrevSib - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node prev siblings.
fNodeType - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node types.
fNodeURI - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node namespace URI.
fNodeValue - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
Node values.
fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
DTD Validator that does not bind namespaces
fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Validator that does not bind namespaces
fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 DTD Validator that does not bind namespaces
fNonNSScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
Default Xerces implementation of scanner
fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Non-namespace implementation of scanner
fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.0 Non-namespace implementation of scanner
fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.0 Non-namespace implementation of scanner
fNonSchemaAttrs - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
fNonXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Non-XInclude NamespaceContext.
fNormalizeData - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fNotation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
http://www.w3.org/TR/xmlschema-1/#e-notation
fNotation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
http://www.w3.org/TR/xmlschema-1/#e-notation
fNotationRegistry - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
fNOTATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "NOTATION".
fNotifyBuiltInRefs - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Notify built-in references.
fNotifyCharRefs - Variable in class org.apache.xerces.impl.XMLScanner
Character references notification.
fNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
stores namespaces in scope
fNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
stores namespaces in scope
fNum - Variable in class org.apache.xerces.util.SymbolHash
Number of elements.
fNumAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
focus() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
fOffset - Variable in class org.apache.xerces.impl.io.UTF8Reader
Offset into buffer.
fOnlyPassPrefixMappingEvents - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Only pass start and end prefix mapping events.
FOP - Static variable in class org.apache.xml.serialize.Method
Deprecated.
The output method for FO documents as PDF.
FORM_QUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
FORM_UNQUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
formatMessage(String, String, Object[]) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.msg.XMLMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.xs.XSMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.DatatypeMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in interface org.apache.xerces.util.MessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.SAXMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeMessageFormatter
Formats a message with the specified arguments using the given locale information.
fOut - Variable in class org.apache.xerces.util.DefaultErrorHandler
Print writer.
fOut - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
fParentRelativeURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fParentSettings - Variable in class org.apache.xerces.util.ParserConfigurationSettings
Parent parser configuration settings.
fParentXIncludeHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fParseInProgress - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.AbstractSAXParser
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.DTDConfiguration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.XML11Configuration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
True if a parse is in progress.
fParserSettings - Variable in class org.apache.xerces.impl.XMLScanner
Internal parser-settings feature
fParticleCount - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
fParticles - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
fPerformValidation - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
If validating parser, make sure we report an error in the scanner if DTD grammar is missing.
fPerformValidation - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
If validating parser, make sure we report an error in the scanner if DTD grammar is missing.
fPoolIsLocked - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
 
fPossibleRoots - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
 
fPrefixes - Variable in class org.apache.xerces.util.NamespaceSupport
 
fProcessContents - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
 
fPrologDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Prolog dispatcher.
fProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
Properties.
fPSVI - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fPublicId - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fPublicId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
 
fPublicId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
The public identifier.
fPublicId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Public identifier.
fPublicId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Public identifier.
fQName - Variable in class org.apache.xerces.dom.DOMNormalizer
 
fQName - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fQuotient(int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
fQuotient(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
fQuotSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "quot".
fractionDigits - Variable in class org.apache.xerces.impl.dv.XSFacets
value of fractionDigits facet.
fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
fReaderStack - Variable in class org.apache.xerces.impl.XMLEntityManager
 
fReadingExternalDTD - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
fReadingExternalDTD
fRecognizedFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
Recognized features.
fRecognizedProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
Recognized properties.
fRejectedElementDepth - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: tracks the element depth within a rejected subtree.
fRelatedData - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fRelatedNode - Variable in class org.apache.xerces.dom.DOMLocatorImpl
related data node
fReportEntity - Variable in class org.apache.xerces.impl.XMLScanner
Report entity boundary.
fREQUIREDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
Symbol: "#REQUIRED".
fResolveDTDURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Resolve DTD URIs.
fResourceIdentifier - Variable in class org.apache.xerces.impl.XMLScanner
 
fromChar(int) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns the name of an HTML character reference based on its character value.
fromInstance() - Method in class org.apache.xerces.impl.xs.XSDDescription
 
fRoot - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Root element node.
fRootName - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
 
fScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
Document scanner.
fScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Document scanner.
fScannerState - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state.
fScannerState - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state.
fScanningAttribute - Variable in class org.apache.xerces.impl.XMLScanner
Scanning attribute.
fScanningDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanning DTD.
fSchemaDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fSchemaElementDefault - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fSchemaHandler - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
fSchemaInformation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
the schema information property
fSchemaInformation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
the schema information property
fSchemaLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fSchemaType - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fSchemaValidator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
XML Schema Validator.
fSchemaValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
XML Schema Validator.
fScope - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
fSecurityManager - Variable in class org.apache.xerces.impl.XMLEntityManager
 
fSecurityManager - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fSeen - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
True if seen DOCTYPE declaration.
fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Seen doctype declaration.
fSeenExternalDTD - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Seen external DTD.
fSeenPEReferences - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Seen a parameter entity reference.
fSelector - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Selector.
fSettings - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fSeverity - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fShadowGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
Shadow the grammar pool for new parser instances.
fShadowSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
Shadow the symbol table for new parser instances.
fSize - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
The size of the stack.
fSkippedElemStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: store depth of skipped elements
fSpecified - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false
fSpecified - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
false if the element value was provided by the schema; true otherwise.
fSpecified - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
If this attribute was explicitly given a value in the original document, this is false; otherwise, it is true
fSpecified - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
true if the element value was provided by the schema; false otherwise.
fStandalone - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Standalone.
fStandalone - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Standalone.
fStandalone - Variable in class org.apache.xerces.impl.XMLEntityManager
True if the document entity is standalone.
fStandalone - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Standalone document declaration.
fStandaloneSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "standalone".
fStaticGrammarPool - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fStaticSymbolTable - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fStore - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
Value store for data values.
fStorePSVI - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Whether to store PSVI information in DOM tree.
fStrBuffer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Temporary buffer to store character data
fStrictURI - Variable in class org.apache.xerces.impl.XMLEntityManager
standard uri conformant (strict uri).
fStringBuffer - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Character buffer
fSubGroup - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fSymbolTable - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.dom.DOMNormalizer
symbol table
fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityManager
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityScanner
 
fSymbolTable - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLScanner
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLVersionDetector
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.xpath.XPath
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
fSymbolTable - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fSymbolTable - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fSymbolTable - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fSymbolTable - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fSymbolTable - Variable in class org.apache.xerces.util.ShadowedSymbolTable
Main symbol table.
fSymbolTable - Variable in class org.apache.xerces.util.SynchronizedSymbolTable
Main symbol table.
fSymbolTable - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fSymbolTable - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fSymbolTable - Variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
symbol table for serialization
fSymbolTable - Variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
symbol table for serialization
fSynchronizedGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
Grammar pool.
fSynchronizedSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
Symbol table.
fSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
 
fSystemId - Variable in class org.apache.xerces.dom.DOMOutputImpl
 
fSystemId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
 
fSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
System identifier.
fTableSize - Variable in class org.apache.xerces.util.SymbolHash
Default table size.
fTableSize - Variable in class org.apache.xerces.util.SymbolTable
actual table size
fTableViewBuckets - Variable in class org.apache.xerces.util.XMLAttributesImpl
Actual number of buckets in the table view.
fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
 
fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
 
fTempString - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
String.
fTempString2 - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
String.
fThreshold - Variable in class org.apache.xerces.util.SymbolTable
The table is rehashed when its size exceeds this threshold.
fTrailingMiscDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Trailing miscellaneous section dispatcher.
fTriggeringComponent - Variable in class org.apache.xerces.impl.xs.XSDDescription
 
fType - Variable in class org.apache.xerces.dom.DOMErrorImpl
 
fType - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fType - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
fType - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
 
fType - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type.
fTypeDecl - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
type of attribute, simpleType
fTypeDecl - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
type of element, could be xsi:type
fTypeDecl - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
type of attribute, simpleType
fTypeDecl - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
type of element, could be xsi:type
FullDVFactory - Class in org.apache.xerces.impl.dv.xs
the factory to create/return built-in schema DVs and create user-defined DVs
FullDVFactory() - Constructor for class org.apache.xerces.impl.dv.xs.FullDVFactory
 
fullSchemaChecking(XSGrammarBucket, SubstitutionGroupHandler, CMBuilder, XMLErrorReporter) - Static method in class org.apache.xerces.impl.xs.XSConstraints
used to check the 3 constraints against each complex type (should be each model group): Unique Particle Attribution, Particle Derivation (Restriction), Element Declrations Consistent.
fUnparsedLocations - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fUnresolvedTypeName - Variable in class org.apache.xerces.impl.xs.XSAttributeDecl
 
fUnresolvedTypeName - Variable in class org.apache.xerces.impl.xs.XSElementDecl
 
fUri - Variable in class org.apache.xerces.dom.DOMLocatorImpl
The URI where the error occured, or null if there is no URI available.
fUse - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Use EntityResolver2.
fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.DOMParser
Use EntityResolver2.
fUseGrammarPoolOnly - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fUtf16Offset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
fValENTITIES - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: ENTITIES.
fValENTITY - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: ENTITY.
fValID - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: ID.
fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Validation.
fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Validation.
fValidation - Variable in class org.apache.xerces.impl.XMLEntityManager
Validation.
fValidation - Variable in class org.apache.xerces.impl.XMLScanner
Validation.
fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
validation attempted: none, partial, full
fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
validation attempted: none, partial, full
fValidationAttempted - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
validation attempted: none, partial, full
fValidationAttempted - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
validation attempted: none, partial, full
fValidationContext - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
validation context: could be QName or XPath expression
fValidationContext - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
validation context: could be QName or XPath expression
fValidationContext - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
validation context: could be QName or XPath expression
fValidationContext - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
validation context: could be QName or XPath expression
fValidationHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
Validation handler represents validator instance.
fValidationManager - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
fValidationManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
fValidationManager - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Validation manager .
fValidationManager - Variable in class org.apache.xerces.impl.XMLEntityManager
Validation manager.
fValidationManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
 
fValidationManager - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fValidationManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
 
fValidationManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
 
fValidationManager - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fValidationManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fValidationManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fValidationState - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
fValidationState - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
fValidator - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
fValidity - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
validity: valid, invalid, unknown
fValidity - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
validity: valid, invalid, unknown
fValidity - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
validity: valid, invalid, unknown
fValidity - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
validity: valid, invalid, unknown
fValIDRef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: IDREF.
fValIDRefs - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: IDREFS.
fValNMTOKEN - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: NMTOKEN.
fValNMTOKENS - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: NMTOKENS.
fValNOTATION - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Datatype validator: NOTATION.
fValue - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
Schema value
fValue - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
Schema value
fValue - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
Schema value
fValue - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
Schema value
fValue - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
fValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
global data
fValuesCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Current data value count.
fValueStoreCache - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Cache of value stores for identity constraint fields.
fValueStores - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
stores all global Values stores.
fValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
fVersion - Static variable in class org.apache.xerces.impl.Version
Deprecated.
getVersion() should be used instead.
fVersion - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fVersionDetector - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
XML version detector.
fVersionDetector - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fVersionDetector - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
fVersionDetector - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
Symbol: "version".
fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
Symbol: "version".
fVSs - Variable in class org.apache.xerces.impl.validation.ValidationManager
 
fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
warn on duplicate attribute definition, this feature works only when validation is true
fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
warn on duplicate attribute definition, this feature works only when validation is true
fWarnDuplicateEntityDef - Variable in class org.apache.xerces.impl.XMLEntityManager
warn on duplicate Entity declaration.
fWarnOnUndeclaredElemdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
warn on undeclared element referenced in content model, this feature only works when valiation is true
fXInclude10TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXInclude11TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXIncludeChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXIncludeEnabled - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Flag indicating whether XInclude processsing is enabled.
fXIncludeHandler - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
XInclude handler.
fXIncludeLocator - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXIncludeMessageFormatter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
XInclude NamespaceContext.
fXML10EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
XML 1.0 entity scanner.
fXML11Components - Variable in class org.apache.xerces.parsers.XML11Configuration
XML 1.1.
fXML11Components - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
XML 1.1.
fXML11Components - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
XML 1.1.
fXML11DatatypeFactory - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
The XML 1.1 Datatype validator factory.
fXML11DatatypeFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.1 Datatype validator factory.
fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 datatype factory.
fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 datatype factory.
fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.1 datatype factory.
fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 document scanner that does not do namespace binding.
fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 document scanner that does not do namespace binding.
fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.1 document scanner that does not do namespace binding.
fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD processor.
fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 DTD processor.
fXML11DTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.1 DTD scanner.
fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD scanner.
fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 DTD scanner.
fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.1 DTD scanner.
fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD validator that does not do namespace binding.
fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 DTD validator that does not do namespace binding.
fXML11EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
XML 1.1 entity scanner.
fXML11NSDocScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
The XML 1.1 Document scanner.
fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 document scanner that does namespace binding.
fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 document scanner that does namespace binding.
fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
The XML 1.1 document scanner that does namespace binding.
fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD validator that does namespace binding.
fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
The XML 1.1 DTD validator that does namespace binding.
fXMLDeclDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
XML declaration dispatcher.
fXMLNSURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
XMLNS URIs: Namespace declarations in the http://www.w3.org/2000/xmlns/ namespace.
fXMLSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
 
fXPath - Variable in class org.apache.xerces.impl.xs.identity.Field
Field XPath.
fXPath - Variable in class org.apache.xerces.impl.xs.identity.Selector
XPath.
fXPointerChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXPointerErrorReporter - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fXPointerPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fXPointerParts - Variable in class org.apache.xerces.xpointer.XPointerHandler
 
fXPtrProcessor - Variable in class org.apache.xerces.xinclude.XIncludeHandler
 
fXSDDescription - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Schema Grammar Description passed, to give a chance to application to supply the Grammar
fXSIErrorReporter - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Error reporter.

G

GDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The day data type as defined in .
GDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gDay
GENERATE_SYNTHETIC_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Feature identifier: generate synthetic annotations.
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: generate synthetic annotations.
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature: generate synthetic annotations
GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Generate synthetic annotations feature ("generate-synthetic-annotations").
get(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
Returns the value associated with the specified key tuple.
get(int) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
 
get(Object) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
get(int) - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
get(Object) - Method in class org.apache.xerces.util.SymbolHash
Get the value associated with the given key.
getAbbr() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getAbstract() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{abstract} A boolean.
getAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
{abstract} A boolean.
getAbstract() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[abstract]: a boolean.
getAbstract() - Method in interface org.apache.xerces.xs.XSElementDeclaration
{abstract} A boolean.
getAbstractSchema() - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Deprecated.
Associate an ASModel with a LSParser.
getAbstractSchema() - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Associate an ASModel with a document instance.
getAccept() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getAcceptCharset() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getAcceptCharset() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getAcceptCharset() - Method in interface org.apache.wml.WMLGoElement
 
getAccessKey() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getAction() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getActiveASModel() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
The active external ASModel.
getActualEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of actual enumeration values if it exists, otherwise an empty ObjectList.
getActualEnumValue(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getActualFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
If this facet is minInclusive, maxInclusive, minExclusive, or maxExclusive, then return the actual value of the facet.
getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
 
getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
 
getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
 
getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
getActualNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getActualValue() instead
getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
 
getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
 
getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
 
getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
getActualNormalizedValueType() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getActualValueType() instead
getActualValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DayDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IntegerDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.ListDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
Convert a string to a compiled form
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
Convert a string to a compiled form
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.StringDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
Convert a string to a compiled form
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.UnionDV
 
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearDV
Convert a string to a compiled form
getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
Convert a string to a compiled form
getActualValue() - Method in interface org.apache.xerces.xs.XSValue
The actual value.
getActualValueType() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getActualValueType() - Method in interface org.apache.xerces.xs.XSValue
The actual value built-in datatype, e.g.
getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
getActualVC() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVC() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
getActualVCType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getActualVCType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getAlign() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLDivElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLHeadingElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLParagraphElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getAlign() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getAlign() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getAlign() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getAlign() - Method in interface org.apache.wml.WMLImgElement
 
getAlign() - Method in interface org.apache.wml.WMLPElement
 
getAlign() - Method in interface org.apache.wml.WMLTableElement
 
getALink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.EntityDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.FloatDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.ListDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.QNameDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.StringDV
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.UnionDV
 
getAllPrefixes() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getAllPrefixes() - Method in class org.apache.xerces.util.NamespaceSupport
 
getAllPrefixes() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getAllPrefixes() - Method in interface org.apache.xerces.xni.NamespaceContext
Return an enumeration of all prefixes whose declarations are active in the current context.
getAlt() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getAlt() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getAlt() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getAlt() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getAlt() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getAlt() - Method in interface org.apache.wml.WMLImgElement
 
getAltKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getAnchors() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getAnnotation() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
Optional.
getAnnotation() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Optional.
getAnnotation(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSFacet
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroup
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSWildcard
An annotation if it exists, otherwise null.
getAnnotations() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
[annotations]: a set of annotations for this simple type component if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getAnnotations() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSModelImpl
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
Optional.
getAnnotations() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Optional.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeUse
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSElementDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSFacet
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSIDCDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModel
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroup
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSParticle
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSWildcard
A sequence of [annotations] or an empty XSObjectList.
getAnnotationString() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
A text representation of annotation.
getAnnotationString() - Method in interface org.apache.xerces.xs.XSAnnotation
A text representation of the annotation.
getAnonymous() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getAnonymous() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
A boolean that specifies if the type definition is anonymous.
getAnonymous() - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience attribute.
getApplets() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getArchive() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getArchive() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getAreas() - Method in class org.apache.html.dom.HTMLMapElementImpl
 
getArgs() - Method in exception org.apache.xerces.impl.dv.DatatypeException
Return the list of error arguments
getArgs() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
 
getArguments() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
Returns the replacement arguments for the error message or null if none exist.
getASAttributeDecls() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
getAsCM() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
The content model of element.
getAsHint() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The hint to locating an ASModel.
getAsHint() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
The hint to locating an ASModel.
getAsLocation() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The URI reference.
getAsLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
The URI reference.
getASModels() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
To retrieve a list of nested ASModels without reference to names.
getASModels() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
To retrieve a list of nested ASModels without reference to names.
getAsNodeType() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
A code representing the underlying object as defined above.
getAsNodeType() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
A code representing the underlying object as defined above.
getAsync() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getAsync() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getAttr(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
 
getAttrChange() - Method in class org.apache.xerces.dom.events.MutationEventImpl
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttrDeclaration() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
{attribute declaration} provides the attribute declaration itself, which will in turn determine the simple type definition used.
getAttrDeclaration() - Method in interface org.apache.xerces.xs.XSAttributeUse
[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used.
getAttrGrp() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getAttribute(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getAttribute(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the attribute value of the given name.
getAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAttribute(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Allows the user to retrieve specific attributes on the underlying implementation.
getAttributeByName(QName) - Method in class org.apache.xerces.stax.events.StartElementImpl
 
getAttributeDecl(int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getAttributeDecl
getAttributeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getAttributeDeclaration() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
An item isomorphic to the attribute declaration used to validate this attribute.
getAttributeDeclaration() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
An item isomorphic to the attribute declaration used to validate this attribute.
getAttributeDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getAttributeDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getAttributeDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getAttributeDeclaration() - Method in interface org.apache.xerces.xs.AttributePSVI
[attribute declaration]: An item isomorphic to the declaration component itself.
getAttributeDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getAttributeDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getAttributeDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" attribute declarations.
getAttributeDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" attribute declarations.
getAttributeDeclIndex(int, String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
getAttributeDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns true if the specified attribute declaration is external.
getAttributeGroup(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getAttributeGroup(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getAttributeGroup(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getAttributeGroup(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getAttributeGroup(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getAttributeList() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Returns an NodeList containing all the possible Attrs that can appear with this type of element.
getAttributeNode(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getAttributeNode(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAttributeNodeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Retrieves an Attr node by local name and namespace URI.
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAttributeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAttributePSVI(int) - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getAttributePSVI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getAttributePSVI(int) - Method in interface org.apache.xerces.xs.PSVIProvider
Provides AttributePSVI given the index of an attribute information item in the current element's attribute list.
getAttributePSVIByName(String, String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getAttributePSVIByName(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getAttributePSVIByName(String, String) - Method in interface org.apache.xerces.xs.PSVIProvider
Provides AttributePSVI given the namespace name and the local name of an attribute information item in the current element's attribute list.
getAttributes() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Query the attributes defined on this Element.
getAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Retrieve all the Attributes as a set.
getAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Return the collection of attributes associated with this node, or null if none.
getAttributes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getAttributes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getAttributes() - Method in class org.apache.xerces.impl.xs.XSDDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns all attribute of such element (or enclosing element).
getAttributes() - Method in class org.apache.xerces.stax.events.StartElementImpl
 
getAttributes() - Method in class org.apache.xerces.util.AttributesProxy
 
getAttributes() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns all attributes of such an element (or enclosing element).
getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getAttributeUse() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getAttributeUseNoProhibited(String, String) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
{attribute uses} A set of attribute uses.
getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{attribute uses} A set of attribute uses.
getAttributeUses() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A set of [attribute uses] if it exists, otherwise an empty XSObjectList.
getAttributeUses() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A set of attribute uses if it exists, otherwise an empty XSObjectList.
getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
{attribute wildcard} Optional.
getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{attribute wildcard} Optional.
getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A [wildcard] if it exists, otherwise null.
getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
An attribute wildcard if it exists, otherwise null.
getAttrName() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getAttrNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
 
getAttrs(Element) - Static method in class org.apache.xerces.util.DOMUtil
 
getAttrValue(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
 
getAttrValueNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
 
getAugmentations(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getAugmentations(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getAugmentations(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getAugmentations(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an augmentations by Namespace name.
getAugmentations(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an augmentation by XML 1.0 qualified name.
getAugmentations(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an augmentations by attributes index.
getAugmentations(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by attribute's index.
getAugmentations(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by namespace name.
getAugmentations(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by XML 1.0 qualified name.
getAuthority() - Method in class org.apache.xerces.util.URI
Get the authority for this URI.
getAvailableArray() - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
getAxis() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getBackground() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getBaseSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the base system identifier of the currently scanned entity, or null if none is available.
getBaseSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getBaseSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getBaseSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getBaseSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getBaseSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns the base URI against which the literal SystemId is to be resolved.
getBaseSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the base system identifier.
getBaseSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the base system identifier.
getBaseSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the base system identifier.
getBaseSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the base URI against which the literal SystemId is to be resolved.
getBaseType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getBaseType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getBaseType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{base type definition} Either a simple type definition or a complex type definition.
getBaseType() - Method in interface org.apache.xerces.xs.XSTypeDefinition
{base type definition}: either a simple type definition or a complex type definition.
getBaseURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - Method in class org.apache.xerces.dom.DOMInputImpl
The base URI to be used (see section 5.1.4 in ) for resolving relative URIs to absolute URIs.
getBaseURI() - Method in class org.apache.xerces.dom.ElementImpl
DOM Level 3 WD - Experimental.
getBaseURI() - Method in class org.apache.xerces.dom.EntityImpl
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - Method in class org.apache.xerces.dom.NodeImpl
The absolute base URI of this node or null if undefined.
getBaseURI() - Method in class org.apache.xerces.dom.NotationImpl
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
DOM Level 3
getBaseURI() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getBaseURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Gets the base URI that was in use at that depth
getBeginning(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
Return a start position in the target text matched to specified regular expression group.
getBgColor() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getBgColor() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getBgColor() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getBgColor() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getBigDecimal() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getBigInteger() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
getBody() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getBorder() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getBorder() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getBorder() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getBoundASModels() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
A list of ASObjects of type AS_MODELs associated with a document.
getBounded() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Fundamental Facet: bounded.
getBounded() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getBounded() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: bounded.
getBubbles() - Method in class org.apache.xerces.dom.events.EventImpl
 
getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
return a dtd type of the given name
getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
return a dtd type of the given name This will call the super class if and only if it does not recognize the passed-in name.
getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.DTDDVFactory
return a dtd type of the given name
getBuiltInKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Returns the closest built-in type category this type represents or derived from.
getBuiltInKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getBuiltInKind() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Returns the closest built-in type category this type represents or derived from.
getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
get all built-in DVs, which are stored in a hashtable keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
get all built-in DVs, which are stored in a hashtable keyed by the name New XML 1.1 datatypes are inserted.
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.DTDDVFactory
get all built-in DVs, which are stored in a hashtable keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
get all built-in simple types, which are stored in a SymbolHash keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
get all built-in simple types, which are stored in a hashtable keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
get all built-in simple types, which are stored in a hashtable keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
get all built-in simple types, which are stored in a hashtable keyed by the name
getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
get all built-in simple types, which are stored in a hashtable keyed by the name
getBusy() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getButton() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getByte() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getByteOffset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available
getByteStream() - Method in class org.apache.xerces.dom.DOMInputImpl
An attribute of a language-binding dependent type that represents a stream of bytes.
getByteStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
Depending on the language binding in use, this attribute may not be available.
getByteStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the byte stream.
getCancelable() - Method in class org.apache.xerces.dom.events.EventImpl
 
getCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getCapturedText(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
Return an substring of the target text matched to specified regular expression group.
getCatalogList() - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the initial list of catalog entry files.
getCategory() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
{identity-constraint category} One of key, keyref or unique.
getCategory() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[identity-constraint category]: one of key, keyref or unique.
getCause() - Method in exception org.apache.xerces.xni.XNIException
Returns the cause of this XNIException.
getCDataElements() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns a list of all the elements whose text node children should be output as CDATA, or null if no such elements were specified.
getCellIndex() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getCellPadding() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getCells() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getCellSpacing() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getCertifiedText() - Method in class org.apache.xerces.dom.DOMInputImpl
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCh() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getCh() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getCh() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getCh() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getCharacterEncodingScheme() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the character offset where the current document event ends.
getCharacterOffset() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
Returns the character offset.
getCharacterOffset() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getCharacterOffset() - Method in class org.apache.xerces.stax.EmptyLocation
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class org.apache.xerces.stax.ImmutableLocation
 
getCharacterOffset() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getCharacterOffset() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getCharacterOffset() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getCharacterOffset() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the character offset.
getCharacterOffset() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the character offset, or -1 if no character offset is available.
getCharacterStream() - Method in class org.apache.xerces.dom.DOMInputImpl
An attribute of a language-binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getCharacterStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the character stream.
getCharset() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getCharset() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getCharset() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getChildElementCount() - Method in class org.apache.xerces.dom.ElementImpl
 
getChildElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Returns an NodeList containing the possible Element names that can appear as children of this type of element.
getChildNodes() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getChildNodes() - Method in class org.apache.html.dom.HTMLSelectElementImpl
Explicit implementation of getChildNodes() to avoid problems with overriding the getLength() method hidden in the super class.
getChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.CharacterDataImpl
Returns an empty node list.
getChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getChildNodesUnoptimized() - Method in class org.apache.xerces.dom.ParentNode
Create a NodeList to access children that is use by subclass elements that have methods named getLength() or item(int).
getChildText(Node) - Static method in class org.apache.xerces.util.DOMUtil
Returns the concatenated child text of the specified node.
getChOff() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getChOff() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getChOff() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getChOff() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getCite() - Method in class org.apache.html.dom.HTMLModElementImpl
 
getCite() - Method in class org.apache.html.dom.HTMLQuoteElementImpl
 
getClassName() - Method in class org.apache.html.dom.HTMLElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLBigElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLBrElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTrElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getClassName() - Method in interface org.apache.wml.WMLElement
 
getClear() - Method in class org.apache.html.dom.HTMLBRElementImpl
 
getClientX() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getClientY() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getCMBinOpNode(int, CMNode, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
getCMLeafNode(int, Object, int, int) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
getCMRepeatingLeafNode(int, Object, int, int, int, int) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
getCMUniOpNode(int, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
getCode() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getCode() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getCodeBase() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getCodeBase() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getCodeType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getCollapsed() - Method in class org.apache.xerces.dom.RangeImpl
 
getColor() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
getColor() - Method in class org.apache.html.dom.HTMLFontElementImpl
 
getCols() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
getCols() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getColSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getColumnNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
The column number where the error occured, or -1 if there is no column number available.
getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the column number where the current document event ends.
getColumnNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
Returns the column number.
getColumnNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getColumnNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Column number.
getColumnNumber() - Method in class org.apache.xerces.stax.EmptyLocation
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class org.apache.xerces.stax.ImmutableLocation
 
getColumnNumber() - Method in class org.apache.xerces.util.LocatorProxy
Column number.
getColumnNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getColumnNumber() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getColumnNumber() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getColumnNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the row number.
getColumnNumber() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the column number, or -1 if no column number is available.
getColumns() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getColumns() - Method in interface org.apache.wml.WMLTableElement
 
getCommonAncestorContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLDListElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLMenuElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLOListElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLUListElementImpl
 
getComplexTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getComponents(short) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
[schema components]: a list of top-level components, i.e.
getComponents() - Method in class org.apache.xerces.impl.xs.util.XSInputSource
 
getComponents(short) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Returns a list of top-level components, i.e.
getComponents(short) - Method in interface org.apache.xerces.xs.XSModel
Returns a list of top-level components, i.e.
getComponents(short) - Method in interface org.apache.xerces.xs.XSNamespaceItem
[schema components]: a list of top-level components, i.e.
getComponentsByNamespace(short, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getComponentsByNamespace(short, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getComponentsExt(short) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getCompositor() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
{compositor} One of all, choice or sequence.
getCompositor() - Method in interface org.apache.xerces.xs.XSModelGroup
[compositor]: one of all, choice or sequence.
getConfig() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getConfig() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
The configuration of a document.
getConfig() - Method in interface org.apache.xerces.xs.XSLoader
The configuration of a document.
getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Value constraint: one of default, fixed.
getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
Value Constraint: one of default, fixed.
getConstraintType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
A value constraint: one of default, fixed.
getConstraintType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Namespace constraint: A constraint type: any, not, list.
getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED.
getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeUse
Value Constraint: one of default, fixed, or none.
getConstraintType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[Value constraint]: one of VC_NONE, VC_DEFAULT, VC_FIXED.
getConstraintType() - Method in interface org.apache.xerces.xs.XSWildcard
Namespace constraint: A constraint type: any, not, list.
getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Value constraint: The actual value (with respect to the {type definition}) Should we return Object instead of DOMString?
getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
Value Constraint: The actual value (with respect to the {type definition}).
getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSElementDecl
A value constraint: The actual value (with respect to the {type definition})
getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getContainer() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
If usage is EXTERNAL_SUBSET or NOT_USED, and the ASModel is simply a container of other ASModels.
getContainer() - Method in class org.apache.xerces.dom.NodeImpl
For non-child nodes, the node which "points" to this node.
getContent() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getContent() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getContent() - Method in interface org.apache.wml.WMLMetaElement
 
getContentDocument() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getContentDocument() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getContentDocument() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getContentHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current content handler.
getContentModel(XSComplexTypeDecl, boolean) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
Get content model for the a given type
getContentModel(CMBuilder) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getContentModel(CMBuilder, boolean) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getContentModelDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global content model declarations.
getContentModelDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global content model declarations.
getContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getContentSpec
getContentSpec(int, XMLContentSpec) - Method in interface org.apache.xerces.impl.dtd.XMLContentSpec.Provider
Fills in the provided content spec structure with content spec information for a unique identifier.
getContentSpecAsString(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getContentSpecAsString
getContentSpecIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns the index to the content spec for the given element declaration, or -1 if the element declaration index was invalid.
getContentSpecType(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
make separate function for getting contentSpecType of element.
getContentType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
The content type of the element.
getContentType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{content type} One of empty, a simple type definition (see simpleType, or mixed, element-only (see cmParticle).
getContentType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[content type]: one of empty (CONTENTTYPE_EMPTY), a simple type definition (CONTENTTYPE_SIMPLE), mixed ( CONTENTTYPE_MIXED), or element-only ( CONTENTTYPE_ELEMENT).
getContextType() - Method in class org.apache.xerces.impl.xs.XSDDescription
Get the context.
getContextType() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Get the context.
getContinuousValidityChecking() - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
Deprecated.
An attribute specifying whether continuous checking for the validity of the document is enforced or not.
getCookie() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getCoords() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getCoords() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getCtrlKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getCurrentEntity() - Method in class org.apache.xerces.impl.XMLEntityManager
 
getCurrentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
getCurrentResourceIdentifier() - Method in class org.apache.xerces.impl.XMLEntityManager
 
getCurrentTarget() - Method in class org.apache.xerces.dom.events.EventImpl
 
getData() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getData() - Method in class org.apache.xerces.dom.CharacterDataImpl
Retrieve character data currently stored in this node.
getData() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
The character data of the node that implements this interface.
getData() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
The character data of the node that implements this interface.
getData() - Method in class org.apache.xerces.stax.events.CharactersImpl
 
getData() - Method in class org.apache.xerces.stax.events.ProcessingInstructionImpl
 
getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
 
getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
 
getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.ListDV
 
getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
 
getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getDataType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Datatype of the attribute.
getDataType() - Method in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
One of the enumerated codes representing the data type.
getDataValue() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Default or fixed value.
getDate(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Parses date CCYY-MM-DD
getDateTime() - Method in class org.apache.html.dom.HTMLModElementImpl
 
getDays() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getDeclaration() - Method in class org.apache.xerces.stax.events.EntityReferenceImpl
 
getDeclare() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.NamespaceSupport
 
getDeclaredPrefixAt(int) - Method in interface org.apache.xerces.xni.NamespaceContext
Returns the prefix at the specified index in the current context.
getDeclaredPrefixCount() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getDeclaredPrefixCount() - Method in class org.apache.xerces.util.NamespaceSupport
 
getDeclaredPrefixCount() - Method in interface org.apache.xerces.xni.NamespaceContext
Return a count of locally declared prefixes, including the default prefix if bound.
getDeclaredPrefixes() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getDeclHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Returns the DTD declaration event handler.
getDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Get the default attributes.
getDefaultChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getDefaultSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getDefaultType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Constraint type if any for this attribute.
getDefaultValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getDefaultValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getDefer() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getDeferredEntityBaseURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
 
getDefinedElementTypes() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
The list of qualified element names defined in the abstract schema.
getDefinedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
[facets]: all facets defined on this type.
getDefinedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getDefinedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[facets]: all facets defined on this type.
getDerivationMethod() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{derivation method} Either extension or restriction.
getDerivationMethod() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[derivation method]: either DERIVATION_EXTENSION, DERIVATION_RESTRICTION, or DERIVATION_NONE (see XSConstants).
getDetail() - Method in class org.apache.xerces.dom.events.UIEventImpl
 
getDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getDir() - Method in class org.apache.html.dom.HTMLElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getDisallowedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
The supplied values for {disallowed substitutions}
getDisallowedSubstitutions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[disallowed substitutions]: the returned value is a bit combination of the subset of { DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION } corresponding to substitutions disallowed by this XSElementDeclaration or DERIVATION_NONE.
getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the dispatcher name.
getDoctype() - Method in class org.apache.xerces.dom.CoreDocumentImpl
For XML, this provides access to the Document Type Definition.
getDoctype() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getDoctypePublic() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the specified document type public identifier, or null.
getDoctypeSystem() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the specified document type system identifier, or null.
getDocument() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Returns the DOM document object.
getDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Returns the DOM document object.
getDocument(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getDocumentClassName() - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method retreives the name of current document class.
getDocumentElement() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getDocumentElement() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Convenience method, allowing direct access to the child node which is considered the root of the actual document content.
getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
getDocumentHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns the document handler
getDocumentHandler() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the document handler
getDocumentHandler() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns the document handler
getDocumentHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns the document handler
getDocumentHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
Returns the document handler
getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered document handler.
getDocumentLocations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
[document location]
getDocumentLocations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[document location] - a list of location URIs for the documents that contributed to the XSModel.
getDocumentSource() - Method in class org.apache.xerces.dom.DOMNormalizer
Returns the document source.
getDocumentSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns the document source
getDocumentSource() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns the document source
getDocumentSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Returns the document source.
getDocumentSource() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns the document source
getDocumentSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Returns the document source
getDocumentSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getDocumentSource() - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Returns the document source.
getDocumentTypeDeclaration() - Method in class org.apache.xerces.stax.events.DTDImpl
 
getDocumentURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getDocumentURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
The location of the document or null if undefined.
getDomain() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getDomain() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getDomain() - Method in interface org.apache.wml.WMLAccessElement
 
getDomain() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
Returns the error domain of the error message.
getDomConfig() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 CR - Experimental The configuration used when Document.normalizeDocument is invoked.
getDomConfig() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
The configuration used when Document.normalizeDocument is invoked.
getDomConfig() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
The configuration used when Document.normalizeDocument is invoked.
getDomConfig() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getDomConfig() - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
getDOMImplementation() - Static method in class org.apache.wml.dom.WMLDOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated.
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.dom.CoreDOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.dom.DeferredDOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.dom.DOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
A method to request a DOM implementation.
getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
A method to request a DOM implementation.
getDOMImplementation() - Static method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.impl.xs.XSImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDTDContentModelHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Gets the DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
getDTDContentModelHandler
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
Returns the DTD content model handler.
getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD content model handler.
getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
getDTDContentModelSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
 
getDTDContentModelSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
getDTDContentModelSource() - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
 
getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
getDTDGrammar
getDTDHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Returns the DTD handler.
getDTDHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
getDTDHandler
getDTDHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
Returns the DTD handler.
getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD handler.
getDTDSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
getDTDSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
getDTDSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
 
getDTDSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
getDTDSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getDTDSource() - Method in interface org.apache.xerces.xni.XMLDTDHandler
 
getDTDType() - Method in class org.apache.xerces.stax.events.AttributeImpl
 
getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
 
getDuration() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getEffectiveLocalContext() - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
This method returns an array of Strings, as would be stored in a NamespaceSupport object.
getElement() - Method in class org.apache.xerces.dom.AttrImpl
Deprecated.
Previous working draft of DOM Level 2. New method is getOwnerElement().
getElementById(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementById(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2 Returns the Element whose ID is given by elementId.
getElementById(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getElementContentModelValidator(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getElementContentModelValidator
getElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getElementDecl
getElementDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getElementDeclaration() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
An item isomorphic to the element declaration used to validate this element.
getElementDeclaration() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Gets the AS editing object describing this elementThis method needs to be changed and others added.
getElementDeclaration() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
An item isomorphic to the element declaration used to validate this element.
getElementDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getElementDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getElementDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getElementDeclaration() - Method in interface org.apache.xerces.xs.ElementPSVI
[element declaration]: an item isomorphic to the element declaration used to validate this element.
getElementDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getElementDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getElementDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" element declarations.
getElementDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" element declarations.
getElementDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getElementDeclIndex
getElementDeclIndex(QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns the element decl index.
getElementDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns true if the specified element declaration is external.
getElementName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
getElementPSVI() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getElementPSVI() - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getElementPSVI() - Method in interface org.apache.xerces.xs.PSVIProvider
Provides the post schema validation item for the current element information item.
getElements() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getElements() - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Access the collection of ElementDefinitions.
getElementsByName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getElementsByTagName(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Return a live collection of all descendent Elements (not just immediate children) having the specified tag name.
getElementsByTagName(String) - Method in class org.apache.xerces.dom.ElementImpl
Returns a NodeList of all descendent nodes (children, grandchildren, and so on) which are Elements and which have the specified tag name.
getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Return the state of the current element.
getElementType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Datatype of the element.
getEmptyOk() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getEmptyOk() - Method in interface org.apache.wml.WMLInputElement
 
getEmptySequence() - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Locally scoped declarations are available for use only within the complex type definition identified by the scope property.
getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Locally scoped declarations are available for use only within the complex type definition identified by the scope property.
getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
getEnclosingElementName() - Method in class org.apache.xerces.impl.xs.XSDDescription
If a call is triggered by an attribute or xsi:type, then this mehtod returns the enclosing element of such element.
getEnclosingElementName() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an attribute or xsi:type, then this method returns the enclosing element of such element.
getEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
getEncoding() - Method in class org.apache.xerces.dom.DOMInputImpl
The character encoding, if known.
getEncoding() - Method in class org.apache.xerces.dom.DOMOutputImpl
The character encoding, if known.
getEncoding() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getEncoding() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the encoding of the current entity.
getEncoding() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
Returns the encoding of the current entity.
getEncoding() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
 
getEncoding() - Method in class org.apache.xerces.util.LocatorProxy
 
getEncoding() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getEncoding() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getEncoding() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getEncoding() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the encoding of the stream, or null if not known.
getEncoding() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the encoding of the current entity.
getEncoding() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the specified encoding.
getEncodingInfo(byte[], int) - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the IANA encoding name that is auto-detected from the bytes specified, with the endian-ness of that encoding where appropriate.
getEncodingInfo() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns an EncodingInfo instance for the encoding.
getEncodingName(InputStream) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
XMLEntityManager cares about endian-ness, since it creates its own optimized readers.
getEncodingName(byte[]) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
REVISIT: This code is taken from org.apache.xerces.impl.XMLEntityManager.
getEnctype() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getEnd(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
Return an end position in the target text matched to specified regular expression group.
getEndContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getEndOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getEntities() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of general Entities, both external and internal, defined in the DTD.
getEntities() - Method in class org.apache.xerces.stax.events.DTDImpl
 
getEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getEntityDecl
getEntityDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" entity declarations.
getEntityDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" entity declarations.
getEntityDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getEntityDeclIndex
getEntityExpansionLimit() - Method in class org.apache.xerces.util.SecurityManager
Returns the number of entity expansions that the parser permits in a document.
getEntityName() - Method in interface org.apache.xerces.impl.XMLEntityDescription
Returns the name of the entity.
getEntityName() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Returns the name of the entity.
getEntityRef(int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Returns the suitable entity reference for this character value, or null if no such entity exists.
getEntityRef(int) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
getEntityRef(int) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
getEntityRef(int) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
getEntityRefValue() - Method in class org.apache.xerces.dom.EntityReferenceImpl
NON-DOM: compute string representation of the entity reference.
getEntityResolver() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns the registered entity resolver.
getEntityResolver() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns the registered entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.DOMParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.XML11Configuration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered entity resolver.
getEntityResolver() - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
Returns the DOM entity resolver.
getEntityResolver() - Method in class org.apache.xerces.util.EntityResolver2Wrapper
Returns the SAX entity resolver wrapped by this object.
getEntityResolver() - Method in class org.apache.xerces.util.EntityResolverWrapper
Returns the SAX entity resolver.
getEntityResolver() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered entity resolver.
getEntityResolver() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered entity resolver.
getEntityScanner() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the entity scanner.
getEntityType() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The type of the entity as defined above.
getEntityValue() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The replacement text for the internal entity.
getEntries() - Method in class org.apache.xerces.util.SymbolHash
Return key/value pairs of all entries in the map
getEnumAttr() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Valid attribute values, separated by commas, in a string.
getEnumerationItemTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of enumeration type values (as a list of ShortList objects) if it exists, otherwise returns null
getEnumerationTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getEnumerationValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
A list of XSValue objects.
getErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns true if the DOM implementation performs error checking.
getErrorCodes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
A list of error codes generated from validation attempts.
getErrorCodes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
A list of error codes generated from validation attempts.
getErrorCodes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
A list of error codes generated from validation attempts.
getErrorCodes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
A list of error codes generated from validation attempts.
getErrorCodes() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema error code]: a list of error codes generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns the registered error handler.
getErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
Get the internal XMLErrrorHandler.
getErrorHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns the registered error handler.
getErrorHandler() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
getErrorHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.DOMParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered error handler.
getErrorHandler() - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerProxy
 
getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Returns the SAX error handler.
getErrorHandler() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered error handler.
getErrorHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered error handler.
getErrorMessages() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorMessages() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorMessages() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorMessages() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorMessages() - Method in interface org.apache.xerces.xs.ItemPSVI
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getEvent() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getEventListeners(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
Retreive event listener registered on a given node
getEventPhase() - Method in class org.apache.xerces.dom.events.EventImpl
 
getException() - Method in exception org.apache.xerces.xni.XNIException
Returns the wrapped exception.
getException() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
Return the expanded system identifier for the current document event.
getExpandedSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getExpandedSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getExpandedSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getExpandedSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getExpandedSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns the expanded system identifier.
getExpandedSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the expanded system identifier.
getExpandedSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the expanded system identifier.
getExpandedSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the expanded system identifier.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return whether children entity references are included in the iterator.
getExternalEntityRefInAttrValue(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Checks entities in attribute values for standalone VC.
getExternalSubset(XMLDTDDescription) - Method in interface org.apache.xerces.impl.ExternalSubsetResolver
Locates an external subset for documents which do not explicitly provide one.
getExternalSubset(XMLDTDDescription) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
Locates an external subset for documents which do not explicitly provide one.
getExternalSubset(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Locates an external subset for documents which do not explicitly provide one.
getFace() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
getFace() - Method in class org.apache.html.dom.HTMLFontElementImpl
 
getFacet(int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getFacet(int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getFacet(int) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constraining facet object.
getFacetKind() - Method in interface org.apache.xerces.xs.XSFacet
The name of the facet, e.g.
getFacetKind() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
The name of the facet, i.e.
getFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of constraining facets if it exists, otherwise an empty XSObjectList.
getFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of constraining facets if it exists, otherwise an empty XSObjectList.
getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 WD - Experimental.
getFeature(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Returns the state of a feature.
getFeature(String, String) - Method in class org.apache.xerces.dom.NodeImpl
 
getFeature(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
 
getFeature(String) - Method in class org.apache.xerces.impl.XMLScanner
 
getFeature(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates to SchemaParsingConfig.getFeature
getFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
 
getFeature(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
getFeature(String) - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
Returns the initial value of a feature for validators created using this grammar pool container or null if the validators should use the default value.
getFeature(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Query the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.DOMParser
Query the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
getFeature(String) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
 
getFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Returns the state of a feature.
getFeature(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getFeature(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Returns the state of a feature.
getFeature(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the state of a feature.
getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
Returns the state of a feature.
getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the state of a feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFieldAt(int) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Returns the field at the specified index.
getFieldCount() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Returns the field count.
getFieldStrs() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
{fields} A non-empty list of restricted XPath ([XPath]) expressions.
getFieldStrs() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[fields]: a non-empty list of restricted XPath 1.0 expressions.
getFilter() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the filter
getFilter() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the NodeFilter
getFilter() - Method in class org.apache.xerces.parsers.DOMParserImpl
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFinal() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getFinal() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getFinal() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{final} For complex type definition it is a subset of {extension, restriction}.
getFinal() - Method in interface org.apache.xerces.xs.XSTypeDefinition
For complex types the returned value is a bit combination of the subset of {DERIVATION_EXTENSION, DERIVATION_RESTRICTION} corresponding to final set of this type or DERIVATION_NONE.
getFinalSet() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getFinite() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Fundamental Facet: cardinality.
getFinite() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getFinite() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: cardinality.
getFirstAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getFirstAttributeDeclIndex
getFirstChild() - Method in class org.apache.xerces.dom.AttrImpl
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.ParentNode
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getFirstChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child element node.
getFirstChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child node with the given name.
getFirstChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child node with the given name.
getFirstChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child node with the given name and attribute name, value pair.
getFirstChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child node with the given qualified name.
getFirstChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first child node with the given qualified name.
getFirstElementChild() - Method in class org.apache.xerces.dom.ElementImpl
 
getFirstElementDeclIndex() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns the index of the first element declaration.
getFirstVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first visible child element node.
getFirstVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the first visible child element node.
getFixed() - Method in interface org.apache.xerces.xs.XSFacet
[Facets]: check whether a facet is fixed.
getFixedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
[facets]: all defined facets for this type which are fixed.
getFixedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getFixedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[facets]: all defined facets for this type which are fixed.
getFollowHTTPRedirects() - Method in class org.apache.xerces.util.HTTPInputSource
Returns the preference whether HTTP redirects should be followed.
getForm() - Method in class org.apache.html.dom.HTMLElementImpl
Convenience method returns the form in which this form element is contained.
getFormat() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getFormat() - Method in interface org.apache.wml.WMLInputElement
 
getForms() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getForua() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getForua() - Method in interface org.apache.wml.WMLMetaElement
 
getFractionalSecondsAsBigDecimal(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getFragment() - Method in class org.apache.xerces.util.URI
Get the fragment for this URI.
getFrame() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getFrameBorder() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getFrameBorder() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getGDVs() - Static method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getGlobalAttributeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global attribute
getGlobalAttributeDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalAttributeGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global attribute group
getGlobalAttributeGroupDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalDecl(XSDocumentInfo, int, QName, Element) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getGlobalDecl(String, int) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getGlobalDeclFromGrammar(SchemaGrammar, int, String) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getGlobalDeclFromGrammar(SchemaGrammar, int, String, String) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getGlobalElementDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global element
getGlobalElementDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalElementDecl(QName) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getGlobalElementDecl(QName) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
getGlobalElementDecl(QName) - Method in interface org.apache.xerces.impl.xs.XSElementDeclHelper
 
getGlobalGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global group
getGlobalGroupDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalNotationDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global notation
getGlobalNotationDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalTypeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one global type
getGlobalTypeDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGlobalValueStoreFor(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Returns the global value store associated to the specified IdentityConstraint.
getGrammar() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
 
getGrammar(String) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
Get the schema grammar for the specified namespace
getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns the grammar associated to the specified description.
getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Returns the grammar associated to the specified grammar description.
getGrammarDescription() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
getGrammarDescription() - Method in interface org.apache.xerces.xni.grammars.Grammar
get the XMLGrammarDescription associated with this object
getGrammarPool() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
Returns the grammar pool contained inside the container.
getGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered grammar pool.
getGrammars() - Method in class org.apache.xerces.impl.xs.util.XSInputSource
 
getGrammars() - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
get all grammars in the registry
getGrammarType() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
 
getGrammarType() - Method in class org.apache.xerces.impl.xs.XSDDescription
the type of the grammar (e.g., DTD or XSD);
getGrammarType() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
Return the type of this grammar.
getHead() - Method in class org.apache.html.dom.HTMLDocumentImpl
Obtains the <HEAD> element in the document, creating one if does not exist before.
getHeaders() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getHeight() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getHeight() - Method in interface org.apache.wml.WMLImgElement
 
getHost() - Method in class org.apache.xerces.util.URI
Get the host for this URI.
getHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getHref() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getHref() - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
getHref() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getHref() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getHref() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getHref() - Method in interface org.apache.wml.WMLAElement
 
getHref() - Method in interface org.apache.wml.WMLGoElement
 
getHreflang() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getHreflang() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getHspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getHspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getHspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getHspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getHspace() - Method in interface org.apache.wml.WMLImgElement
 
getHTMLDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
getHTMLDOMImplementation() - Static method in class org.apache.html.dom.HTMLDOMImplementationImpl
Returns an instance of a HTMLDOMImplementation that can be used to perform operations that are not specific to a particular document instance, e.g.
getHtmlFor() - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
getHtmlFor() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getHttpEquiv() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getHttpEquiv() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getHttpEquiv() - Method in interface org.apache.wml.WMLMetaElement
 
getHTTPRequestProperties() - Method in class org.apache.xerces.util.HTTPInputSource
Returns an iterator for the request properties this input source contains.
getHTTPRequestProperty(String) - Method in class org.apache.xerces.util.HTTPInputSource
Returns the value of the request property associated with the given property name.
getIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getIANAName() - Method in class org.apache.xml.serialize.EncodingInfo
Deprecated.
Returns a MIME charset name of this encoding.
getId() - Method in class org.apache.html.dom.HTMLElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLBigElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLBrElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTrElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getId() - Method in interface org.apache.wml.WMLAElement
 
getId() - Method in interface org.apache.wml.WMLElement
 
getIDCDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getIDCDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getIDCDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getIDCDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getIDCDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getIDConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector
Returns the identity constraint.
getIDConstraintDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one identity constraint
getIDConstraintDecl(String, String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getIDConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns a previously registered element with the specified identifier name, or null if no element is registered.
getIdentifier() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
Returns the feature or property identifier.
getIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns an enumeration registered of identifier names.
getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Field
Returns the identity constraint.
getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
Returns the identity constraint.
getIdentityConstraintName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Returns the identity constraint name.
getIdentityConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
{identity-constraint definitions} A set of constraint definitions.
getIdentityConstraints() - Method in interface org.apache.xerces.xs.XSElementDeclaration
identity-constraint definitions: a set of constraint definitions if it exists, otherwise an empty XSNamedMap.
getIDRegistry() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getIDRegistry_sub() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
getImages() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getImplementation() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in class org.apache.xerces.dom.DocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getImplementation() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
getImportedGrammars() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getIName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getIName() - Method in interface org.apache.wml.WMLSelectElement
 
getIndent() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the indentation specified.
getIndenting() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if indentation was specified.
getIndex() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getIndex(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getIndex(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getIndex(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getIndex(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getIndex(String) - Method in class org.apache.xerces.util.AttributesProxy
 
getIndex(String, String) - Method in class org.apache.xerces.util.AttributesProxy
 
getIndex(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by Namespace name.
getIndexFast(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by XML 1.0 qualified name.
getIndexFast(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by Namespace name.
getInitialDepth() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
get the initial depth at which this selector matched.
getInputEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 CR - Experimental.
getInputEncoding() - Method in class org.apache.xerces.dom.EntityImpl
An attribute specifying the encoding used for this entity at the tiome of parsing, when it is an external parsed entity.
getInputEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getInputSource() - Method in class org.apache.xerces.util.SAXInputSource
 
getInstance() - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
Get an instance of the default DTDDVFactory implementation.
getInstance(String) - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
Get an instance of DTDDVFactory implementation.
getInstance() - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
Get a default instance of SchemaDVFactory implementation.
getInstance(String) - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
Get an instance of SchemaDVFactory implementation.
getInstance() - Static method in class org.apache.xerces.stax.DefaultNamespaceContext
Returns the one and only instance of this class.
getInstance() - Static method in class org.apache.xerces.stax.EmptyLocation
Returns the one and only instance of this class.
getInt() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getInternalAS() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Retrieve the internal ASModel of a document.
getInternalASModels() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
getInternalSubset() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getIntFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
If this facet is length, minLength, maxLength, totalDigits, or fractionDigits, and if the value can fit in "int", then return the value of the facet as an int.
getIsMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getIsNamespaceAware() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
true if this ASModel defines the document structure in terms of namespaces and local names ; false if the document structure is defined only in terms of QNames.
getIsNamespaceAware() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
true if this ASModel defines the document structure in terms of namespaces and local names ; false if the document structure is defined only in terms of QNames.
getIsPCDataOnly() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Boolean defining whether the element type contains child elements and PCDATA or PCDATA only for mixed element types.
getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
[schema specified]
getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[schema specified]
getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
[schema specified]
getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[schema specified]
getIsSchemaSpecified() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema specified]: if true, the value was specified in the schema.
getIsWhitespaceOnly() - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated.
true if content only whitespace; false for non-whitespace.
getItem(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
getItem(String) - Method in class org.apache.xerces.util.AugmentationsImpl
Get information identified by a key from the Augmentations structure
getItem(String) - Method in interface org.apache.xerces.xni.Augmentations
Get information identified by a key from the Augmentations structure
getItemType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
If variety is list the item type definition (an atomic or union simple type definition) is available, otherwise null.
getItemType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getItemType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is list the item type definition (an atomic or union simple type definition) is available, otherwise null.
getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
 
getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
 
getItemValueTypes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
 
getItemValueTypes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getItemValueTypes() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getIValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getIValue() - Method in interface org.apache.wml.WMLSelectElement
 
getJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJAXPQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
 
getKey() - Method in exception org.apache.xerces.impl.dv.DatatypeException
Return the error code
getKey() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
Returns the key of the error message.
getKey() - Method in exception org.apache.xerces.impl.xpath.XPathException
 
getKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
Returns the key being referred to.
getKey() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
 
getLabel() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
getLabel() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getLabel() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getLabel() - Method in interface org.apache.wml.WMLDoElement
 
getLang() - Method in class org.apache.html.dom.HTMLElementImpl
 
getLanguage(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Gets the language that was in use at that depth.
getLastChild() - Method in class org.apache.xerces.dom.AttrImpl
The last child of this Node, or null if none.
getLastChild(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the last child of the given node.
getLastChild(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the last child of the given node.
getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.ParentNode
The last child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getLastChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getLastChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child element node.
getLastChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child node with the given name.
getLastChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child node with the given name.
getLastChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child node with the given name and attribute name, value pair.
getLastChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child node with the given qualified name.
getLastChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last child node with the given qualified name.
getLastElementChild() - Method in class org.apache.xerces.dom.ElementImpl
 
getLastPrintable() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the last printable character based on the selected encoding.
getLastVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last visible child element node.
getLastVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the last visible child element node.
getLength() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getLength() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getLength() - Method in class org.apache.xerces.dom.AttrImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.CharacterDataImpl
Report number of characters currently stored in this node's data.
getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the length of the node list.
getLength() - Method in class org.apache.xerces.dom.DOMImplementationListImpl
Returns the number of DOMImplementations in the list.
getLength() - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getLength() - Method in class org.apache.xerces.dom.DOMStringListImpl
 
getLength() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Report how many nodes are currently stored in this NamedNodeMap.
getLength() - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.ParentNode
NodeList method: Count the immediate children of this node
getLength() - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
The number of ASObjects in the ASObjectList.
getLength() - Method in interface org.apache.xerces.dom3.as.ASObjectList
Deprecated.
The number of ASObjects in the list.
getLength() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
The number of bytes in the list.
getLength() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
getLength() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
The number of LSInputs in the list.
getLength() - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
getLength() - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
The number of Objects in the list.
getLength() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
The number of Objects in the list.
getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
The number of XSObjects in the XSObjectList.
getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
The number of XSObjects in the XSObjectList.
getLength() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
The number of XSObjects in the list.
getLength() - Method in class org.apache.xerces.impl.xs.XSModelImpl
The number of XSNamespaceItems in the list.
getLength() - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getLength() - Method in class org.apache.xerces.util.AttributesProxy
 
getLength() - Method in class org.apache.xerces.util.SymbolHash
Get the number of key/value pairs stored in this table.
getLength() - Method in class org.apache.xerces.util.XMLAttributesImpl
Return the number of attributes in the list.
getLength() - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the number of attributes in the list.
getLength() - Method in interface org.apache.xerces.xs.datatypes.ByteList
The number of bytes in the list.
getLength() - Method in interface org.apache.xerces.xs.datatypes.ObjectList
The number of Objects in the list.
getLength() - Method in interface org.apache.xerces.xs.LSInputList
The number of LSInputs in the list.
getLength() - Method in interface org.apache.xerces.xs.ShortList
The number of unsigned shorts in the list.
getLength() - Method in interface org.apache.xerces.xs.StringList
The number of GenericStrings in the list.
getLength() - Method in interface org.apache.xerces.xs.XSNamedMap
The number of XSObjects in the XSObjectList.
getLength() - Method in interface org.apache.xerces.xs.XSNamespaceItemList
The number of XSNamespaceItems in the list.
getLength() - Method in interface org.apache.xerces.xs.XSObjectList
The number of XSObjects in the list.
getLexicalEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of enumeration values if it exists, otherwise an empty StringList.
getLexicalEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getLexicalEnumeration() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of enumeration values if it exists, otherwise an empty StringList.
getLexicalFacetValue(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Convenience method.
getLexicalFacetValue(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getLexicalFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
A value of this facet.
getLexicalFacetValue(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
getLexicalFacetValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
Values of this facet.
getLexicalHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Returns the lexical handler.
getLexicalPattern() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of pattern values if it exists, otherwise an empty StringList.
getLexicalPattern() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getLexicalPattern() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of pattern values if it exists, otherwise an empty StringList.
getLexicalValue() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getLineNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
The line number where the error occured, or -1 if there is no line number available.
getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the line number where the current document event ends.
getLineNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
Returns the line number.
getLineNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getLineNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Line number.
getLineNumber() - Method in class org.apache.xerces.stax.EmptyLocation
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class org.apache.xerces.stax.ImmutableLocation
 
getLineNumber() - Method in class org.apache.xerces.util.LocatorProxy
Line number.
getLineNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getLineNumber() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getLineNumber() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getLineNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the line number.
getLineNumber() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the line number, or -1 if no line number is available.
getLineSeparator() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns a specific line separator to use.
getLineWidth() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Return the selected line width for breaking up long lines.
getLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getLinks() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getListOperator() - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
getListValueTypes() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getListValueTypes() - Method in interface org.apache.xerces.xs.XSValue
In the case the actual value represents a list, i.e.
getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
Return the literal system identifier for the current document event.
getLiteralSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getLiteralSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getLiteralSystemId() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getLiteralSystemId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getLiteralSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns the literal system identifier.
getLiteralSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the literal system identifier.
getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the literal system identifier.
getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the literal system identifier.
getLoader(String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getLocale() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Returns the locale.
getLocale() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Return the Locale the XMLGrammarLoader is using.
getLocale() - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
getLocale() - Method in class org.apache.xerces.impl.validation.ValidationState
 
getLocale() - Method in class org.apache.xerces.impl.XMLErrorReporter
Gets the current locale.
getLocale() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Return the Locale the XMLGrammarLoader is using.
getLocale() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Return the Locale the XMLGrammarLoader is using.
getLocale() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Return the Locale the XMLGrammarLoader is using.
getLocale() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the locale.
getLocalName() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Returns the local part of the qualified name of this ASObject.
getLocalName() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getLocalName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getLocalName() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getLocalName() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
Returns the local part of the qualified name of this ASObject.
getLocalName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getLocalName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getLocalName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getLocalName(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getLocalName(Node) - Static method in class org.apache.xerces.util.DOMUtil
returns local name of this element if not null, otherwise returns the name of the node
getLocalName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's local name by index.
getLocalName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's local name by index.
getLocalSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getLocalSrc() - Method in interface org.apache.wml.WMLImgElement
 
getLocation() - Method in class org.apache.xerces.dom.DOMErrorImpl
The location of the error.
getLocation() - Method in exception org.apache.xerces.impl.xpath.regex.ParseException
 
getLocation() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getLocationHints() - Method in class org.apache.xerces.impl.xs.XSDDescription
For import and references from the instance document, it's possible to have multiple hints for one namespace.
getLocationHints() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
For import and references from the instance document, it's possible to have multiple hints for one namespace.
getLocationPath() - Method in class org.apache.xerces.impl.xpath.XPath
Returns a representation of the first location path for this XPath.
getLocationPaths() - Method in class org.apache.xerces.impl.xpath.XPath
Returns a representation of all location paths for this XPath.
getLocator() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getLocator() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getLong() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getLongDesc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getLongDesc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getLongDesc() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getLowSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getMarginHeight() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getMarginHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getMarginWidth() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getMarginWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getMatcherAt(int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Returns the XPath matcher at the specified index.
getMatcherCount() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Returns the count of XPath matchers.
getMatchingElemDecl(QName, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
 
getMaxExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getMaxInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getMaxLength() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getMaxLength() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getMaxLength() - Method in interface org.apache.wml.WMLInputElement
 
getMaxOccurNodeLimit() - Method in class org.apache.xerces.util.SecurityManager
Returns the limit of the number of content model nodes that may be created when building a grammar for a W3C XML Schema that contains maxOccurs attributes with values other than "unbounded".
getMaxOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
maximum occurrence for this content particle.
getMaxOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
{max occurs} determines the maximum number of terms that can occur.
getMaxOccurs() - Method in interface org.apache.xerces.xs.XSParticle
[max occurs]: determines the maximum number of terms that can occur.
getMaxOccursUnbounded() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
{max occurs} whether the maxOccurs value is unbounded.
getMaxOccursUnbounded() - Method in interface org.apache.xerces.xs.XSParticle
[max occurs]: whether the maxOccurs value is unbounded.
getMedia() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getMedia() - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
getMediaType() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the specified media type, or null.
getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
If and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.
getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
If and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.
getMemberTypeDefinition() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
If and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.
getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
If and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.
getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
[member type definition]: if and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple type definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the schema item's normalized value.
getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
If the declared simple type definition is a union, return the member type actually used to validate the value.
getMemberTypeDefinitions() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getMemberTypeDefinitions() - Method in interface org.apache.xerces.xs.XSValue
If getTypeDefinition() returns a list type whose item type is a union type, then this method returns a list with the same length as the value list, for simple types that actually validated the corresponding item in the value.
getMemberTypes() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
If variety is union the list of member type definitions (a non-empty sequence of simple type definitions) is available, otherwise an empty XSObjectList.
getMemberTypes() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getMemberTypes() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is union the list of member type definitions (a non-empty sequence of simple type definitions) is available, otherwise an empty XSObjectList.
getMessage() - Method in class org.apache.xerces.dom.DOMErrorImpl
An implementation specific string describing the error that occured.
getMessage() - Method in exception org.apache.xerces.impl.dv.DatatypeException
Overrides this method to get the formatted&localized error message.
getMessage() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
Returns the localized message for this exception.
getMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns the message formatter associated with the specified domain, or null if no message formatter is registered for that domain.
getMetaKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getMethod() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getMethod() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getMethod() - Method in interface org.apache.wml.WMLGoElement
 
getMethod() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the method specified for this output format.
getMinExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getMinInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getMinOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
min occurrence for this content particle.
getMinOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
{min occurs} determines the minimum number of terms that can occur.
getMinOccurs() - Method in interface org.apache.xerces.xs.XSParticle
[min occurs]: determines the minimum number of terms that can occur.
getMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getMode() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getMode() - Method in interface org.apache.wml.WMLPElement
 
getModelGroup() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getModelGroup() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
{model group} A model group.
getModelGroup() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
A model group.
getModelGroupDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getModelGroupDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getModelGroupDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getModelGroupDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getModelGroupDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getMonths() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getMultiple() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getMultiple() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getMultiple() - Method in interface org.apache.wml.WMLSelectElement
 
getMultiValueFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
A list of enumeration and pattern constraining facets if it exists, otherwise an empty XSObjectList.
getMultiValueFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getMultiValueFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of enumeration and pattern constraining facets if it exists, otherwise an empty XSObjectList.
getName() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLMapElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLParamElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getName() - Method in interface org.apache.wml.WMLDoElement
 
getName() - Method in interface org.apache.wml.WMLInputElement
 
getName() - Method in interface org.apache.wml.WMLMetaElement
 
getName() - Method in interface org.apache.wml.WMLPostfieldElement
 
getName() - Method in interface org.apache.wml.WMLSelectElement
 
getName() - Method in interface org.apache.wml.WMLSetvarElement
 
getName() - Method in interface org.apache.wml.WMLTimerElement
 
getName() - Method in class org.apache.xerces.dom.AttrImpl
In Attributes, NodeName is considered a synonym for the attribute's Name
getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Name of this document type.
getName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getName() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
The name of type NCName of this declaration as defined in XML Namespaces.
getName() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSElementDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
The name of this XSObject depending on the XSObject type.
getName() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
The name of this XSObject depending on the XSObject type.
getName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getName() - Method in class org.apache.xerces.stax.events.AttributeImpl
 
getName() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getName() - Method in class org.apache.xerces.stax.events.EntityReferenceImpl
 
getName() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
 
getName(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getName(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
getName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Return the name of an attribute in this list (by position).
getName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
getName() - Method in interface org.apache.xerces.xs.XSObject
The name of type NCName, as defined in XML Namespaces, of this declaration specified in the {name} property of the component or null if the definition of this component does not have a {name} property.
getNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve a node by name.
getNamedItem(String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Retrieves an ASObject specified by name.
getNamedItem(String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
getNamedItemIndex(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
getNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
getNamedItemNS(String, String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Retrieves an ASObject specified by local name and namespace URI.
getNamedItemNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
getNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getNamespace() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
The [target namespace] of this object, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSElementDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
The namespace URI of this node, or null if it is unspecified.
getNamespace() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns the namespace of the resource.
getNamespace() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the namespace of the resource.
getNamespace() - Method in interface org.apache.xerces.xs.XSObject
The [target namespace] of this object, or null if it is unspecified.
getNamespaceContext() - Method in class org.apache.xerces.stax.events.StartElementImpl
 
getNamespaceContext() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getNamespaceItem() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
 
getNamespaceItem() - Method in interface org.apache.xerces.xs.XSObject
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.
getNamespaceItems() - Method in class org.apache.xerces.impl.xs.XSModelImpl
A set of namespace schema information information items (of type XSNamespaceItem), one for each namespace name which appears as the target namespace of any schema component in the schema used for that assessment, and one for absent if any schema component in the schema had no target namespace.
getNamespaceItems() - Method in interface org.apache.xerces.xs.XSModel
A set of namespace schema information information items (of type XSNamespaceItem), one for each namespace name which appears as the target namespace of any schema component in the schema used for that assessment, and one for absent if any schema component in the schema had no target namespace.
getNamespaces() - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getNamespaces() - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getNamespaceURI() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The namespace URI of this node, or null if it is unspecified.
getNamespaceURI() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The namespace URI of this node, or null if it is unspecified.
getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getNamespaceURI(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
 
getNamespaceURI() - Method in class org.apache.xerces.stax.events.NamespaceImpl
 
getNamespaceURI(String) - Method in class org.apache.xerces.stax.events.StartElementImpl
 
getNamespaceURI(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getNewContext() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getNewContext() - Method in interface org.apache.wml.WMLCardElement
 
getNewLine() - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3 EXPERIMENTAL: The end-of-line sequence of characters to be used in the XML being written out.
getNewValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getNextAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getNextAttributeDeclIndex
getNextElementDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns the next index of the element declaration following the specified element declaration.
getNextElementSibling() - Method in class org.apache.xerces.dom.ElementImpl
 
getNextIndent() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
getNextIndent() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
getNextSibling() - Method in class org.apache.xerces.dom.ChildNode
The next child of this node's parent, or null if none
getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
The next child of this node's parent, or null if none
getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
 
getNextSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling element node.
getNextSiblingElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling node with the given name.
getNextSiblingElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling node with the given name.
getNextSiblingElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling node with the given name and attribute name, value pair.
getNextSiblingElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling node with the given qualified name.
getNextSiblingElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
Finds and returns the next sibling node with the given qualified name.
getNextVisibleSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getNextVisibleSiblingElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
 
getNil() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[nil]
getNil() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[nil]
getNil() - Method in interface org.apache.xerces.xs.ElementPSVI
[nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false.
getNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
If {nillable} is true, then an element may also be valid if it carries the namespace qualified attribute with [local name] nil from namespace http://www.w3.org/2001/XMLSchema-instance and value true (see xsi:nil (2.6.2)) even if it has no text or element content despite a {content type} which would otherwise require content.
getNillable() - Method in interface org.apache.xerces.xs.XSElementDeclaration
If nillable is true, then an element may also be valid if it carries the namespace qualified attribute with local name nil from namespace http://www.w3.org/2001/XMLSchema-instance and value true (xsi:nil) even if it has no text or element content despite a content type which would otherwise require content.
getNode() - Method in class org.apache.xerces.util.DOMInputSource
 
getNodeExtra(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the extra info of the given node.
getNodeExtra(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the extra info of the given node.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCommentImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Returns the node index.
getNodeIndex() - Method in interface org.apache.xerces.dom.DeferredNode
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredNotationImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredTextImpl
Returns the node index.
getNodeName() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The name of this ASObject depending on the ASObject type.
getNodeName() - Method in class org.apache.xerces.dom.AttrImpl
Returns the attribute name
getNodeName() - Method in class org.apache.xerces.dom.CDATASectionImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the node name.
getNodeName(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the name of the given node.
getNodeName(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the name of the given node.
getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Returns the document type name
getNodeName() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Returns the element definition name
getNodeName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the element name
getNodeName() - Method in class org.apache.xerces.dom.EntityImpl
Returns the entity name
getNodeName() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns the name of the entity referenced
getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
the name of this node.
getNodeName() - Method in class org.apache.xerces.dom.NotationImpl
Returns the notation name
getNodeName() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Returns the target
getNodeName() - Method in class org.apache.xerces.dom.TextImpl
Returns the node name.
getNodeName() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The name of this ASObject depending on the ASObject type.
getNodeName() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
getNodeName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getNodeName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getNodeName() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
 
getNodeNumber() - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Get the number associated with this document.
getNodeNumber(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Get a number associated with a node created with respect to this document.
getNodeNumber() - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM Get the number associated with this doctype.
getNodeNumber() - Method in class org.apache.xerces.dom.NodeImpl
Returns the node number
getNodeObject(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Instantiates the requested node object.
getNodeType() - Method in class org.apache.xerces.dom.AttrImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CDATASectionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CommentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the node type.
getNodeType(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the type of the given node.
getNodeType(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the type of the given node.
getNodeType() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentTypeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityReferenceImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.NodeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.NotationImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.TextImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getNodeType() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getNodeURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the URI of the given node.
getNodeURI(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the URI of the given node.
getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
In Attribute objects, NodeValue is considered a synonym for Value.
getNodeValue() - Method in class org.apache.xerces.dom.CharacterDataImpl
 
getNodeValue(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the value of the given node.
getNodeValue(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the value of the given node.
getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
Returns the node value.
getNodeValue() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getNodeValue() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getNodeValueString(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real value of the given node.
getNodeValueString(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real value of the given node.
getNoHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getNonEscapingElements() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns a list of all the elements whose text node children should be output unescaped (no character references), or null if no such elements were specified.
getNonNormalizedValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getNonNormalizedValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the non-normalized value of the attribute at the specified index.
getNonNormalizedValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the non-normalized value of the attribute at the specified index.
getNoResize() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getNormalizedValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getNormalizedValue() - Method in interface org.apache.xerces.xs.XSValue
The schema normalized value.
getNoShade() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getNotation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[notation]
getNotation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[notation]
getNotation() - Method in interface org.apache.xerces.xs.ElementPSVI
[notation]: the notation declaration.
getNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getNotationDecl
getNotationDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getNotationDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
getNotationDeclaration(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
getNotationDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getNotationDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getNotationDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
getNotationDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
getNotationDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
getNotationDeclIndex
getNotationName() - Method in class org.apache.xerces.dom.EntityImpl
Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
getNotationName() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getNotations() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of Notations defined in the DTD.
getNotations() - Method in class org.apache.xerces.stax.events.DTDImpl
 
getNoWrap() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getNsConstraintList() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Namespace constraint.
getNsConstraintList() - Method in interface org.apache.xerces.xs.XSWildcard
Namespace constraint: For constraintType NSCONSTRAINT_LIST, the list contains allowed namespaces.
getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.Match
Return the number of regular expression groups.
getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Return the number of regular expression groups.
getNumeric() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Fundamental Facet: numeric.
getNumeric() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getNumeric() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: numeric.
getObject() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getOmitComments() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if comments should be ommited.
getOmitDocumentType() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the DOCTYPE declaration should be ommited.
getOmitXMLDeclaration() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the XML document declaration should be ommited.
getOnEnterBackward() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOnEnterBackward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnEnterBackward() - Method in interface org.apache.wml.WMLCardElement
 
getOnEnterBackward() - Method in interface org.apache.wml.WMLTemplateElement
 
getOnEnterForward() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOnEnterForward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnEnterForward() - Method in interface org.apache.wml.WMLCardElement
 
getOnEnterForward() - Method in interface org.apache.wml.WMLTemplateElement
 
getOnlyPassPrefixMappingEvents() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns true if the namespace binder only passes the prefix mapping events to the registered document handler; false if the namespace binder passes all document events.
getOnPick() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getOnPick() - Method in interface org.apache.wml.WMLOptionElement
 
getOnTimer() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOnTimer() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnTimer() - Method in interface org.apache.wml.WMLCardElement
 
getOnTimer() - Method in interface org.apache.wml.WMLTemplateElement
 
getOptional() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getOptional() - Method in interface org.apache.wml.WMLDoElement
 
getOptions() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getOptions() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Returns a option string.
getOrdered() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOrdered() - Method in interface org.apache.wml.WMLCardElement
 
getOrdered() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Fundamental Facet: ordered.
getOrdered() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getOrdered() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: ordered.
getOwnerASModel() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The ASModel object associated with this ASObject.
getOwnerASModel() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The ASModel object associated with this ASObject.
getOwnerDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getOwnerDocument() - Method in class org.apache.xerces.dom.NodeImpl
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.dom.ParentNode
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getOwnerElement() - Method in class org.apache.xerces.dom.AttrImpl
Returns the element node that this attribute is associated with, or null if the attribute has not been added to an element.
getOwnerElement() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getOwnerElements() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
getParameter(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
DOM Level 3 WD - Experimental.
getParameter(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getParameter(String) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
 
getParameter(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
Look up the value of a feature or a property.
getParameter(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3-EXPERIMENTAL: Getter for boolean and object parameters
getParameterNames() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
DOM Level 3 CR - Experimental.
getParameterNames() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getParameterNames() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
 
getParameterNames() - Method in class org.apache.xerces.parsers.DOMParserImpl
DOM Level 3 CR - Experimental.
getParameterNames() - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM Level 3 Core CR - Experimental.
getParent(Element) - Static method in class org.apache.xerces.util.DOMUtil
 
getParentElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Returns an NodeList containing the possible Element names that can appear as a parent of this type of element.
getParentNode() - Method in class org.apache.xerces.dom.ChildNode
Returns the parent node of this node
getParentNode(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the parent node of the given node.
getParentNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the parent node of the given node.
getParentNode() - Method in class org.apache.xerces.dom.NodeImpl
Obtain the DOM-tree parent of this node, or null if it is not currently active in the DOM tree (perhaps because it has just been created or removed).
getParentNode() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getParentNode() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getParentNode() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
 
getParser() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getParticle() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
A particle for mixed or element-only content model, otherwise null
getParticle() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A particle for a mixed or element-only content model, otherwise null.
getParticleDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getParticles() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
{particles} A list of particles
getParticles() - Method in interface org.apache.xerces.xs.XSModelGroup
A list of [particles] if it exists, otherwise an empty XSObjectList.
getPath() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getPath() - Method in interface org.apache.wml.WMLAccessElement
 
getPath(boolean, boolean) - Method in class org.apache.xerces.util.URI
Get the path for this URI (optionally with the query string and fragment).
getPath() - Method in class org.apache.xerces.util.URI
Get the path for this URI.
getPattern() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
getPointerParts() - Method in class org.apache.xerces.xpointer.XPointerHandler
Returns an ArrayList of XPointerPart objects
getPort() - Method in class org.apache.xerces.util.URI
Get the port for this URI.
getPreferPublic() - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the preference for whether system or public matches are preferred.
getPrefix() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The namespace prefix of this node, or null if it is unspecified.
getPrefix() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getPrefix(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getPrefix() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getPrefix() - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The namespace prefix of this node, or null if it is unspecified.
getPrefix() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getPrefix() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getPrefix(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
 
getPrefix() - Method in class org.apache.xerces.stax.events.NamespaceImpl
 
getPrefix(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getPrefix(String) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
 
getPrefix(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the prefix of the attribute at the specified index.
getPrefix(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getPrefix(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getPrefix(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getPrefix(String) - Method in interface org.apache.xerces.xni.NamespaceContext
Look up a namespace URI and get one of the mapped prefix.
getPrefix(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the prefix of the attribute at the specified index.
getPrefix(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Returns the namespace prefix for the specified URI.
getPrefixes(String) - Method in class org.apache.xerces.stax.DefaultNamespaceContext
 
getPreserveEmptyAttributes() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the preserveEmptyAttribute flag.
getPreserveSpace() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the default behavior for this format is to preserve spaces.
getPreviousElementSibling() - Method in class org.apache.xerces.dom.ElementImpl
 
getPreviousSibling() - Method in class org.apache.xerces.dom.ChildNode
The previous child of this node's parent, or null if none
getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
The previous child of this node's parent, or null if none
getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
 
getPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the prev sibling of the given node.
getPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the prev sibling of the given node.
getPrevValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getPrimitiveKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getPrimitiveKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getPrimitiveKind() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
return an ID representing the built-in primitive base type.
getPrimitiveType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
If variety is atomic the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwise null.
getPrimitiveType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getPrimitiveType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is atomic the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwise null.
getProcessContents() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
{process contents} One of skip, lax or strict.
getProcessContents() - Method in interface org.apache.xerces.xs.XSWildcard
[process contents]: one of skip, lax or strict.
getProcessContentsAsString() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
String valid of {process contents}.
getProcessedDTD() - Method in class org.apache.xerces.stax.events.DTDImpl
 
getProfile() - Method in class org.apache.html.dom.HTMLHeadElementImpl
 
getProhibitedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{prohibited substitutions}
getProhibitedSubstitutions() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[prohibited substitutions]: A subset of {extension, restriction} or DERIVATION_NONE represented as a bit flag (see XSConstants).
getPrompt() - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
 
getProperty(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns the state of a property.
getProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates to SchemaParsingConfig.getProperty.
getProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Returns the value of a property.
getProperty(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns the state of a property.
getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
 
getProperty(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
getProperty(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Query the value of a property.
getProperty(String) - Method in class org.apache.xerces.parsers.DOMParser
Query the value of a property.
getProperty(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
 
getProperty(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
getProperty(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the value of a property.
getProperty(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getProperty(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Returns the value of a property.
getProperty(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the state of a property.
getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
Returns the value of a property.
getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the value of a property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPublicId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getPublicId() - Method in class org.apache.xerces.dom.DOMInputImpl
The public identifier for this input source.
getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
The public identifier associated with the entity.
getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
The Public Identifier for this Notation.
getPublicId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
Deprecated.
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - Method in class org.apache.xerces.impl.XMLEntityScanner
Return the public identifier for the current document event.
getPublicId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getPublicId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
Optional if {system identifier} is present.
getPublicId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Public identifier.
getPublicId() - Method in class org.apache.xerces.stax.EmptyLocation
Returns the public ID of the XML
getPublicId() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getPublicId() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
 
getPublicId() - Method in class org.apache.xerces.stax.ImmutableLocation
 
getPublicId() - Method in class org.apache.xerces.util.LocatorProxy
Public identifier.
getPublicId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getPublicId() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getPublicId() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getPublicId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns the public identifier.
getPublicId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the public identifier.
getPublicId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the public identifier.
getPublicId() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the public identifier.
getPublicId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the public identifier.
getPublicId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getQName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getQName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getQName(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getQName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's XML 1.0 qualified name by index.
getQName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's XML 1.0 qualified name by index.
getQueryString() - Method in class org.apache.xerces.util.URI
Get the query string for this URI.
getReader(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Return the Reader for given XMLInputSource.
getReadOnly() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getReadOnly() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns true if this node is read-only.
getReadOnly() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
getRealPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real prev sibling of the given node, directly from the data structures.
getRealPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real prev sibling of the given node.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns a list of feature identifiers that are recognized by this XMLGrammarLoader.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a list of feature identifiers that are recognized by this XMLGrammarLoader.
getRecognizedFeatures() - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns a list of feature identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns a list of property identifiers that are recognized by this XMLGrammarLoader.
getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a list of property identifiers that are recognized by this XMLGrammarLoader.
getRecognizedProperties() - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns a list of property identifiers that are recognized by this component.
getRecognizedVersions() - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
 
getRecognizedVersions() - Method in interface org.apache.xerces.xs.XSImplementation
A list containing the versions of XML Schema documents recognized by this XSImplemenation.
getReferrer() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getRefKey() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
{referenced key} Required if {identity-constraint category} is keyref, forbidden otherwise.
getRefKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
{referenced key} Required if {identity-constraint category} is keyref, forbidden otherwise.
getRefKey() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[referenced key]: required if [identity-constraint category] is keyref, null otherwise.
getRegBasedAuthority() - Method in class org.apache.xerces.util.URI
Get the registry based authority for this URI.
getRel() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getRel() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getRelatedData() - Method in class org.apache.xerces.dom.DOMErrorImpl
 
getRelatedException() - Method in class org.apache.xerces.dom.DOMErrorImpl
The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException".
getRelatedNode() - Method in class org.apache.xerces.dom.DOMLocatorImpl
 
getRelatedNode() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getRelatedTarget() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getRelativeBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns a URI, relative to the include parent's base URI, of the current [base URI].
getRelativeURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns a relative URI, which when resolved against the base URI at the specified depth, will create the current base URI.
getReplacementText() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getRequired() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
{required} determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it.
getRequired() - Method in interface org.apache.xerces.xs.XSAttributeUse
[required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it.
getResourceResolver() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
getRev() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getRev() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getRoot() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
getRoot() - Method in class org.apache.xerces.dom.TreeWalkerImpl
 
getRoot(Document) - Static method in class org.apache.xerces.util.DOMUtil
 
getRootName() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
 
getRootName() - Method in interface org.apache.xerces.xni.grammars.XMLDTDDescription
Return the root name of this DTD.
getRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getRowSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getRules() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getS4SGrammar(short) - Static method in class org.apache.xerces.impl.xs.SchemaGrammar
 
getSawFallback(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns whether an <fallback> was encountered at the specified depth, as an ancestor of the current element, or as a sibling of an ancestor of the current element.
getSawInclude(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Return whether an <include> was encountered at the specified depth, as an ancestor of the current item.
getSAXErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
Gets the internal XMLErrorHandler as SAX ErrorHandler.
getSAXFeatures() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the SAX features.
getSAXProperties() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the SAX properties.
getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the scanner state name.
getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns the scanner state name.
getScannerVersion() - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
getScannerVersion() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
getSchema() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
getSchema() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
[schema default]
getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[schema default]
getSchemaDefault() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
[schema default]
getSchemaDefault() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[schema default]
getSchemaDefault() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema default]: the canonical lexical representation of the declaration's {value constraint} value.
getSchemaInformation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[schema information]
getSchemaInformation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[schema information]
getSchemaInformation() - Method in interface org.apache.xerces.xs.ElementPSVI
schema information: the schema information property if it is the validation root, null otherwise.
getSchemaNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
[schema namespace]
getSchemaNamespace() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[schema namespace]: A namespace name or null if absent.
getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
[schema normalized value]
getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
[schema normalized value]
getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
[schema normalized value]
getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
[schema normalized value]
getSchemaNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getNormalizedValue() instead
getSchemaTypeInfo() - Method in class org.apache.xerces.dom.AttrImpl
Method getSchemaTypeInfo.
getSchemaTypeInfo() - Method in class org.apache.xerces.dom.ElementImpl
Method getSchemaTypeInfo.
getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
Method getSchemaTypeInfo.
getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getSchemaValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
 
getSchemaValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
 
getSchemaValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
 
getSchemaValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
getSchemaValue() - Method in interface org.apache.xerces.xs.ItemPSVI
If this item has a simple type definition or a complex type with simple content, then return the value with respect to the simple type.
getScheme() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getScheme() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getScheme() - Method in interface org.apache.wml.WMLMetaElement
 
getScheme() - Method in class org.apache.xerces.util.URI
Get the scheme for this URI.
getSchemeData() - Method in interface org.apache.xerces.xpointer.XPointerPart
Returns a String containing the scheme data of the PointerPart.
getSchemeName() - Method in interface org.apache.xerces.xpointer.XPointerPart
Returns a String containing the scheme name of the PointerPart or the name of the ShortHand Pointer.
getSchemeSpecificPart() - Method in class org.apache.xerces.util.URI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getScope() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getScope() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Optional.
getScope() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Optional.
getScope() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
[scope].
getScope() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[scope].
getScopeForContext(int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getScreenX() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getScreenY() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getScrolling() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getScrolling() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getSeconds() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getSectionRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getSelectedIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getSelector() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Returns the selector.
getSelectorStr() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
{selector} A restricted XPath ([XPath]) expression
getSelectorStr() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[selector]: a restricted XPath 1.0 expression.
getSendreferer() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getSendreferer() - Method in interface org.apache.wml.WMLGoElement
 
getSerializerFactory(String) - Static method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Register a serializer factory, keyed by the given method string.
getSeverity() - Method in class org.apache.xerces.dom.DOMErrorImpl
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShape() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getShape() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getShiftKey() - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
getShort() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getSimpleType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
A simple type definition corresponding to simple content model, otherwise null
getSimpleType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A simple type definition corresponding to a simple content model, otherwise null.
getSimpleTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
getSize() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
getSize() - Method in class org.apache.html.dom.HTMLFontElementImpl
 
getSize() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getSize() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getSize() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getSize() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getSize() - Method in interface org.apache.wml.WMLInputElement
 
getSpan() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getSpecified() - Method in class org.apache.xerces.dom.AttrImpl
The "specified" flag is true if and only if this attribute's value was explicitly specified in the original document.
getSpecified() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getSrc() - Method in interface org.apache.wml.WMLImgElement
 
getStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
getStandalone() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the document type is standalone.
getStandby() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getStart() - Method in class org.apache.html.dom.HTMLOListElementImpl
 
getStartContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getStartOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getState() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
getStrictErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getStrictErrorChecking() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying whether errors checking is enforced or not.
getStrictMixedContent() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
A boolean defining whether the element order and number of the child elements for mixed content type has to be respected or not.
getStringData() - Method in class org.apache.xerces.dom.DOMInputImpl
A string attribute that represents a sequence of 16 bit units (utf-16 encoded characters).
getSubModels() - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
getSubstitutionGroup(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints.
getSubstitutionGroup(XSElementDeclaration) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getSubstitutionGroup(XSElementDeclaration) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getSubstitutionGroupAffiliation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
{substitution group affiliation} Optional.
getSubstitutionGroupAffiliation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[substitution group affiliation]: a top-level element definition if it exists, otherwise null.
getSubstitutionGroupExclusions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Specifies if this declaration can be nominated as the {substitution group affiliation} of other element declarations having the same {type definition} or types derived therefrom.
getSubstitutionGroupExclusions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[substitution group exclusions]: the returned value is a bit combination of the subset of { DERIVATION_EXTENSION, DERIVATION_RESTRICTION} or DERIVATION_NONE.
getSummary() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getSupportedMethod() - Method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Returns the method supported by this factory and used to register the factory.
getSymbol(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
getSymbol(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
getSymbolTable() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns the symbol table.
getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the symbol table.
getSymbolTable() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getSyntheticAnnotation() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getSyntheticAnnotation(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
getSystemId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getSystemId() - Method in class org.apache.xerces.dom.DOMInputImpl
The system identifier, a URI reference , for this input source.
getSystemId() - Method in class org.apache.xerces.dom.DOMOutputImpl
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
The system identifier associated with the entity.
getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
The System Identifier for this Notation.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
Optional if {public identifier} is present.
getSystemId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
System identifier.
getSystemId() - Method in class org.apache.xerces.stax.EmptyLocation
Returns the system ID of the XML
getSystemId() - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
getSystemId() - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
 
getSystemId() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
getSystemId() - Method in class org.apache.xerces.stax.ImmutableLocation
 
getSystemId() - Method in class org.apache.xerces.util.LocatorProxy
System identifier.
getSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the system identifier.
getSystemId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
The URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getTabIndex() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getTabIndex() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getTabIndex() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getTabIndex() - Method in interface org.apache.wml.WMLInputElement
 
getTabIndex() - Method in interface org.apache.wml.WMLSelectElement
 
getTableViewBucket(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the position in the table view where the given attribute name would be hashed.
getTableViewBucket(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the position in the table view where the given attribute name would be hashed.
getTagName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the name of the Element.
getTagName() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
getTagName() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getTarget() - Method in class org.apache.xerces.dom.events.EventImpl
 
getTarget() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A PI's "target" states what processor channel the PI's data should be directed to.
getTarget() - Method in class org.apache.xerces.stax.events.ProcessingInstructionImpl
 
getTargetNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Returns this grammar's target namespace.
getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSDDescription
If the context is "include" or "redefine", then return the target namespace of the enclosing schema document; otherwise, the expected target namespace of this document.
getTargetNamespace() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
If the context is "include" or "redefine", then return the target namespace of the enclosing schema document; otherwise, the expected target namespace of this document.
getTBodies() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getTerm() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
{term} One of a model group, a wildcard, or an element declaration.
getTerm() - Method in interface org.apache.xerces.xs.XSParticle
[term]: one of a model group, a wildcard, or an element declaration.
getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
 
getTermName(int) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
Returns the name of the term (element or wildcard) for the given identifier.
getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
 
getTermName(int) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
 
getText() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getText() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getText() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getText() - Method in class org.apache.html.dom.HTMLTitleElementImpl
 
getText() - Method in class org.apache.xerces.stax.events.CommentImpl
 
getTextContent() - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getTextContent() - Method in class org.apache.xerces.dom.DocumentTypeImpl
 
getTextContent() - Method in class org.apache.xerces.dom.NodeImpl
This attribute returns the text content of this node and its descendants.
getTextContent() - Method in class org.apache.xerces.dom.ParentNode
 
getTextContent() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getTime(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Parses time hh:mm:ss.sss and time zone if any
getTimeStamp() - Method in class org.apache.xerces.dom.events.EventImpl
 
getTimeZone(String, AbstractDateTimeDV.DateTimeData, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Parses time zone: 'Z' or {+,-} followed by hh:mm
getTimeZoneHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getTimeZoneMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getTitle() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getTitle() - Method in class org.apache.html.dom.HTMLElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getTitle() - Method in interface org.apache.wml.WMLAElement
 
getTitle() - Method in interface org.apache.wml.WMLAnchorElement
 
getTitle() - Method in interface org.apache.wml.WMLCardElement
 
getTitle() - Method in interface org.apache.wml.WMLFieldsetElement
 
getTitle() - Method in interface org.apache.wml.WMLInputElement
 
getTitle() - Method in interface org.apache.wml.WMLOptgroupElement
 
getTitle() - Method in interface org.apache.wml.WMLOptionElement
 
getTitle() - Method in interface org.apache.wml.WMLSelectElement
 
getTitle() - Method in interface org.apache.wml.WMLTableElement
 
getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
getTriggeringComponent() - Method in class org.apache.xerces.impl.xs.XSDDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns the name of such triggering component: the name of the element/attribute, or the value of the xsi:type.
getTriggeringComponent() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns the name of such triggering component: the name of the element/attribute, or the value of the xsi:type.
getType() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLLIElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLOListElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLParamElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLUListElementImpl
 
getType() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getType() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getType() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
getType() - Method in interface org.apache.wml.WMLDoElement
 
getType() - Method in interface org.apache.wml.WMLInputElement
 
getType() - Method in interface org.apache.wml.WMLOneventElement
 
getType() - Method in class org.apache.xerces.dom.DOMErrorImpl
 
getType(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getType(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getType(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getType() - Method in class org.apache.xerces.dom.events.EventImpl
 
getType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getType() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
The type of this object, i.e.
getType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Get the type of the object, i.e ELEMENT_DECLARATION.
getType(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getType(String) - Method in class org.apache.xerces.util.AttributesProxy
 
getType(String, String) - Method in class org.apache.xerces.util.AttributesProxy
 
getType(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by index.
getType(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by Namespace name.
getType() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
Returns the exception type.
getType(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by index.
getType(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by Namespace name.
getType() - Method in interface org.apache.xerces.xs.XSObject
The type of this object, i.e.
getTypeCategory() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getTypeCategory() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getTypeCategory() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getTypeCategory() - Method in interface org.apache.xerces.xs.XSTypeDefinition
Return whether this type definition is a simple type or complex type.
getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
An item isomorphic to the type definition used to validate this element.
getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
An item isomorphic to the type definition used to validate this element.
getTypeDefinition() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
 
getTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
An item isomorphic to the type definition used to validate this element.
getTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
An item isomorphic to the type definition used to validate this element.
getTypeDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Convenience method.
getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
A simple type definition
getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Either a simple type definition or a complex type definition.
getTypeDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getTypeDefinition(String, String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Convenience method.
getTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
[type definition]: an item isomorphic to the type definition used to validate the schema item.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
[type definition]: A simple type definition.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[type definition]: either a simple type definition or a complex type definition.
getTypeDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getTypeDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
The declared simple type definition used to validate this value.
getTypeInfo(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Clears the type info that is stored in the fNodeValue array
getTypeName() - Method in class org.apache.xerces.dom.AttrImpl
 
getTypeName() - Method in class org.apache.xerces.dom.AttrNSImpl
 
getTypeName() - Method in class org.apache.xerces.dom.ElementImpl
 
getTypeName() - Method in class org.apache.xerces.dom.ElementNSImpl
 
getTypeName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getTypeName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getTypeNamespace() - Method in class org.apache.xerces.dom.AttrImpl
 
getTypeNamespace() - Method in class org.apache.xerces.dom.AttrNSImpl
 
getTypeNamespace() - Method in class org.apache.xerces.dom.ElementImpl
 
getTypeNamespace() - Method in class org.apache.xerces.dom.ElementNSImpl
 
getTypeNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getTypeNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
getUri() - Method in class org.apache.xerces.dom.DOMLocatorImpl
The URI where the error occured, or null if there is no URI available.
getURI(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getURI(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
getURI(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
getURI(String) - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
 
getURI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getURI(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getURI(String) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
getURI(String) - Method in class org.apache.xerces.util.NamespaceSupport
 
getURI(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's Namespace URI by index.
getURI(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getURI(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getURI(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
getURI(String) - Method in interface org.apache.xerces.xni.NamespaceContext
Look up a prefix and get the currently-mapped Namespace URI.
getURI(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's Namespace URI by index.
getURIFromIncludeParent(String) - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
This returns the namespace URI which was associated with the given pretext, in the context that existed at the include parent of the current element.
getURL() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getUsageLocation() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
0 if used internally, 1 if used externally, 2 if not all.
getUsageLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
0 if used internally, 1 if used externally, 2 if not all.
getUseLiteralSystemId() - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the preference for whether the literal system identifier should be used when resolving system identifiers when both it and the expanded system identifier are available.
getUseMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getUseMap() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getUseMap() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getUserData(Node, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Retrieves the object associated to a key on a this node.
getUserData(NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: kept for backward compatibility Retreive user data related to a given node
getUserData(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
 
getUserData(String) - Method in class org.apache.xerces.dom.NodeImpl
Retrieves the object associated to a key on a this node.
getUserData() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns the user data associated to this node.
getUserData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
getUserDataRecord(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getUserDataRecord() - Method in class org.apache.xerces.dom.DocumentTypeImpl
 
getUserDataRecord() - Method in class org.apache.xerces.dom.NodeImpl
 
getUserinfo() - Method in class org.apache.xerces.util.URI
Get the userinfo for this URI.
getUtf16Offset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
Determines the extent to which the document has been validated
getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
Determines the extent to which the document has been validated
getValidationAttempted() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
Determines the extent to which the document has been validated
getValidationAttempted() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
Determines the extent to which the document has been validated
getValidationAttempted() - Method in interface org.apache.xerces.xs.ItemPSVI
[validation attempted]: determines the extent to which the schema item has been validated.
getValidationContext() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
 
getValidationContext() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
 
getValidationContext() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
 
getValidationContext() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
 
getValidationContext() - Method in interface org.apache.xerces.xs.ItemPSVI
The nearest ancestor element information item with a [schema information] property (or this element item itself if it has such a property).
getValidity() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
Determine the validity of the node with respect to the validation being attempted
getValidity() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
Determine the validity of the node with respect to the validation being attempted
getValidity() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
Determine the validity of the node with respect to the validation being attempted
getValidity() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
Determine the validity of the node with respect to the validation being attempted
getValidity() - Method in interface org.apache.xerces.xs.ItemPSVI
[validity]: determines the validity of the schema item with respect to the validation being attempted.
getVAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getVAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getVAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getVAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getValInfo() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getValue() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLLIElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLParamElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getValue() - Method in interface org.apache.wml.WMLInputElement
 
getValue() - Method in interface org.apache.wml.WMLOptionElement
 
getValue() - Method in interface org.apache.wml.WMLPostfieldElement
 
getValue() - Method in interface org.apache.wml.WMLSelectElement
 
getValue() - Method in interface org.apache.wml.WMLSetvarElement
 
getValue() - Method in interface org.apache.wml.WMLTimerElement
 
getValue() - Method in class org.apache.xerces.dom.AttrImpl
The "string value" of an Attribute is its text representation, which in turn is a concatenation of the string values of its children.
getValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getValue(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getValue(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
getValue() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
getValue(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue() - Method in class org.apache.xerces.stax.events.AttributeImpl
 
getValue(int) - Method in class org.apache.xerces.util.AttributesProxy
 
getValue(String) - Method in class org.apache.xerces.util.AttributesProxy
 
getValue(String, String) - Method in class org.apache.xerces.util.AttributesProxy
 
getValue(Attr) - Static method in class org.apache.xerces.util.DOMUtil
 
getValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by index.
getValue(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by Namespace name.
getValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by index.
getValue(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by Namespace name.
getValue() - Method in interface org.apache.xerces.xs.datatypes.XSDouble
 
getValue() - Method in interface org.apache.xerces.xs.datatypes.XSFloat
 
getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
getValueConstraintValue() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
The actual value of the default or fixed value constraint.
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
The actual value of the default or fixed value constraint.
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
The actual value of the default or fixed value constraint.
getValues(Object[], int) - Method in class org.apache.xerces.util.SymbolHash
Add all values to the given array.
getValueStoreFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Returns the value store associated to the specified IdentityConstraint.
getValueType() - Method in class org.apache.html.dom.HTMLParamElementImpl
 
getVariety() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getVariety() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getVariety() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[variety]: one of {atomic, list, union} or absent.
getVersion() - Method in class org.apache.html.dom.HTMLHtmlElementImpl
 
getVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
getVersion() - Static method in class org.apache.xerces.impl.Version
 
getVersion() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
getVersion() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the version for this output method.
getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XMLScanner
 
getView() - Method in class org.apache.xerces.dom.events.UIEventImpl
 
getVLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getVspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getVspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getVspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getVspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getVspace() - Method in interface org.apache.wml.WMLImgElement
 
getWhatToShow() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the whatToShow value
getWhatToShow() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the whatToShow value
getWhitespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
getWhitespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getWhitespace() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
Return the whitespace corresponding to this datatype.
getWholeText() - Method in class org.apache.xerces.dom.TextImpl
DOM Level 3 WD - Experimental.
getWholeText() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
 
getWidth() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLPreElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getWidth() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getWidth() - Method in interface org.apache.wml.WMLImgElement
 
getWrappedXSSimpleType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
getWriter(OutputStream) - Method in class org.apache.xml.serialize.EncodingInfo
Deprecated.
Returns a writer for this encoding based on an output stream.
getXercesAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: get inded of an attribute
getXercesFeatures() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the Xerces features.
getXercesProperties() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the Xerces properties.
getXInt(int) - Method in class org.apache.xerces.impl.xs.util.XIntPool
 
getXMLBaseAttribute() - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM Returns the xml:base attribute.
getXMLBaseAttribute() - Method in class org.apache.xerces.dom.ElementNSImpl
NON-DOM Returns the xml:base attribute.
getXmlEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getXmlEncoding() - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental the encoding of this entity, when it is an external parsed entity.
getXmlEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
public void setInputEncoding(String actualEncoding){ throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported"); }
getXMLEventReader() - Method in class org.apache.xerces.util.StAXInputSource
 
getXMLGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the grammar pool.
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DayDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearDV
 
getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
 
getXMLGregorianCalendar() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getXmlLang() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBigElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBrElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getXmlLang() - Method in interface org.apache.wml.WMLAElement
 
getXmlLang() - Method in interface org.apache.wml.WMLAnchorElement
 
getXmlLang() - Method in interface org.apache.wml.WMLBElement
 
getXmlLang() - Method in interface org.apache.wml.WMLBigElement
 
getXmlLang() - Method in interface org.apache.wml.WMLBrElement
 
getXmlLang() - Method in interface org.apache.wml.WMLCardElement
 
getXmlLang() - Method in interface org.apache.wml.WMLDoElement
 
getXmlLang() - Method in interface org.apache.wml.WMLEmElement
 
getXmlLang() - Method in interface org.apache.wml.WMLFieldsetElement
 
getXmlLang() - Method in interface org.apache.wml.WMLIElement
 
getXmlLang() - Method in interface org.apache.wml.WMLImgElement
 
getXmlLang() - Method in interface org.apache.wml.WMLInputElement
 
getXmlLang() - Method in interface org.apache.wml.WMLOptgroupElement
 
getXmlLang() - Method in interface org.apache.wml.WMLOptionElement
 
getXmlLang() - Method in interface org.apache.wml.WMLPElement
 
getXmlLang() - Method in interface org.apache.wml.WMLSelectElement
 
getXmlLang() - Method in interface org.apache.wml.WMLSmallElement
 
getXmlLang() - Method in interface org.apache.wml.WMLStrongElement
 
getXmlLang() - Method in interface org.apache.wml.WMLTableElement
 
getXmlLang() - Method in interface org.apache.wml.WMLTdElement
 
getXmlLang() - Method in interface org.apache.wml.WMLUElement
 
getXmlLang() - Method in interface org.apache.wml.WMLWmlElement
 
getXMLParserConfiguration() - Method in class org.apache.xerces.parsers.DOMParser
Returns this parser's XMLParserConfiguration.
getXMLReader() - Method in class org.apache.xerces.jaxp.SAXParserImpl
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLReader() - Method in class org.apache.xerces.util.SAXInputSource
 
getXmlStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getXmlStandalone() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXMLStreamReader() - Method in class org.apache.xerces.util.StAXInputSource
 
getXmlVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getXmlVersion() - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental the version number of this entity, when it is an external parsed entity.
getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the XML version of the current entity.
getXmlVersion() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying, as part of the XML declaration, the version number of this document.
getXMLVersion() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
getXMLVersion() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
 
getXMLVersion() - Method in class org.apache.xerces.util.LocatorProxy
 
getXMLVersion() - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
getXMLVersion() - Method in class org.apache.xerces.util.StAXLocationWrapper
 
getXMLVersion() - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
getXMLVersion() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the XML version of the current entity.
getXNIQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
 
getXPath() - Method in class org.apache.xerces.impl.xs.identity.Field
Returns the field XPath.
getXPath() - Method in class org.apache.xerces.impl.xs.identity.Selector
Returns the selector XPath.
getXPointerPart() - Method in class org.apache.xerces.xpointer.XPointerHandler
Returns the pointer part used to resolve the document fragment.
getYearMonth(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Parses date CCYY-MM
getYears() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
GMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The month data type as defined in .
GMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gMonth
GMONTHDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The monthday data type as defined in .
GMONTHDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gMonthDay
grammar - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
Grammar - Interface in org.apache.xerces.xni.grammars
A generic grammar for use in validating XML documents.
GRAMMAR_POOL - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property id: Grammar pool.
GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Property identifier: grammar pool.
GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Property identifier: grammar pool.
GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: grammar pool .
GREATER_THAN - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
 
GYEAR_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The year data type as defined in .
GYEAR_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gYear
GYEARMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The yearmonth data type as defined in .
GYEARMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gYearMonth

H

handleBaseURI(Node) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Record baseURI information for the Element (by adding xml:base attribute) or for the ProcessingInstruction (by setting a baseURI field) Non deferred DOM.
handleBaseURI(int) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Record baseURI information for the Element (by adding xml:base attribute) or for the ProcessingInstruction (by setting a baseURI field) Deferred DOM.
handleContent(XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.Field.Matcher
 
handleContent(XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
handleEndElement(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Handle end element.
handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Handles the end element.
handleEndElement(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Handles end element.
handleError(DOMError) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
 
handleFallbackElement() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
handleIncludeElement(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
handleStartElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Handle element
handleStartElement(QName, XMLAttributes, Augmentations, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Handles start element.
hasAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
hasAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
hasAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
hasAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
hasAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
hasAttributes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
hasChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
hasChildNodes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
HASDEFAULTS - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
hasFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasFeature(String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasFeature(String, String) - Method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasFeature(String, String) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasGrammar() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
hasGrammar() - Method in interface org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
Returns true if the validator has a DTD grammar
hash(String) - Method in class org.apache.xerces.util.ShadowedSymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.xerces.util.ShadowedSymbolTable
Returns a hashcode value for the specified symbol information.
hash(String) - Method in class org.apache.xerces.util.SymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Returns a hashcode value for the specified symbol information.
hash - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
hashCode() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
hashCode() - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Returns a hash code for this node.
hashCode() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
Returns the hash code of this grammar Because our .equals method is so complex, we just return a very simple hash that might avoid calls to the equals method a bit...
hashCode() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
hashCode() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
hashCode() - Method in class org.apache.xerces.impl.xs.XSDDescription
Returns the hash code of this grammar
hashCode() - Method in class org.apache.xerces.impl.xs.XSElementDecl
get the hash code
hashCode() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Returns a hash code for this object.
hashCode(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Returns the hash code value for the given grammar description.
hashCode() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns a hash code for this object.
hashCode() - Method in class org.apache.xerces.xni.QName
Returns the hashcode for this object.
hasIDConstraints() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
get one identity constraint
hasIDConstraints() - Method in class org.apache.xerces.impl.xs.XSModelImpl
REVISIT: to expose identity constraints from XSModel.
hasMoreElements() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
 
HASSTRING - Static variable in class org.apache.xerces.dom.NodeImpl
 
hasTimeZone() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
hasXIncludeNamespace(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns true if the element has the namespace "http://www.w3.org/2001/XInclude"
HexBin - Class in org.apache.xerces.impl.dv.util
format validation This class encodes/decodes hexadecimal data
HexBin() - Constructor for class org.apache.xerces.impl.dv.util.HexBin
 
HEXBINARY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The hexbinary data type as defined in .
HEXBINARY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
hexBinary
HexBinaryDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "hexBinary"
HexBinaryDV() - Constructor for class org.apache.xerces.impl.dv.xs.HexBinaryDV
 
highSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns the high surrogate of a supplemental character
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: honour all schemaLocations
HONOUR_ALL_SCHEMALOCATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Honour all schemaLocations feature ("honour-all-schemaLocations").
HTML - Static variable in class org.apache.xml.serialize.Method
Deprecated.
The output method for HTML documents.
HTMLAnchorElementImpl - Class in org.apache.html.dom
 
HTMLAnchorElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAnchorElementImpl
Constructor requires owner document.
HTMLAppletElementImpl - Class in org.apache.html.dom
 
HTMLAppletElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAppletElementImpl
Constructor requires owner document.
HTMLAreaElementImpl - Class in org.apache.html.dom
 
HTMLAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAreaElementImpl
Constructor requires owner document.
HTMLBaseElementImpl - Class in org.apache.html.dom
 
HTMLBaseElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseElementImpl
Constructor requires owner document.
HTMLBaseFontElementImpl - Class in org.apache.html.dom
 
HTMLBaseFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseFontElementImpl
Constructor requires owner document.
HTMLBodyElementImpl - Class in org.apache.html.dom
 
HTMLBodyElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBodyElementImpl
Constructor requires owner document.
HTMLBRElementImpl - Class in org.apache.html.dom
 
HTMLBRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBRElementImpl
Constructor requires owner document.
HTMLBuilder - Class in org.apache.html.dom
This is a SAX document handler that is used to build an HTML document.
HTMLBuilder() - Constructor for class org.apache.html.dom.HTMLBuilder
 
HTMLButtonElementImpl - Class in org.apache.html.dom
 
HTMLButtonElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLButtonElementImpl
Constructor requires owner document.
HTMLDirectoryElementImpl - Class in org.apache.html.dom
 
HTMLDirectoryElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDirectoryElementImpl
Constructor requires owner document.
HTMLDivElementImpl - Class in org.apache.html.dom
 
HTMLDivElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDivElementImpl
Constructor requires owner document.
HTMLDListElementImpl - Class in org.apache.html.dom
 
HTMLDListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDListElementImpl
Constructor requires owner document.
HTMLDocumentImpl - Class in org.apache.html.dom
Implements an HTML document.
HTMLDocumentImpl() - Constructor for class org.apache.html.dom.HTMLDocumentImpl
 
HTMLDOMImplementation - Interface in org.w3c.dom.html
The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
HTMLDOMImplementationImpl - Class in org.apache.html.dom
Provides number of methods for performing operations that are independent of any particular instance of the document object model.
HTMLdtd - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
HTMLdtd() - Constructor for class org.apache.xml.serialize.HTMLdtd
Deprecated.
 
HTMLElementImpl - Class in org.apache.html.dom
Implements an HTML-specific element, an Element that will only appear inside HTML documents.
HTMLElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLElementImpl
Constructor required owner document and element tag name.
HTMLFieldSetElementImpl - Class in org.apache.html.dom
 
HTMLFieldSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFieldSetElementImpl
Constructor requires owner document.
HTMLFontElementImpl - Class in org.apache.html.dom
 
HTMLFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFontElementImpl
 
HTMLFormControl - Interface in org.apache.html.dom
Identifies control in a form, so they may be collected in a form elements collection.
HTMLFormElementImpl - Class in org.apache.html.dom
 
HTMLFormElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFormElementImpl
Constructor requires owner document.
HTMLFrameElementImpl - Class in org.apache.html.dom
 
HTMLFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameElementImpl
Constructor requires owner document.
HTMLFrameSetElementImpl - Class in org.apache.html.dom
 
HTMLFrameSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameSetElementImpl
Constructor requires owner document.
HTMLHeadElementImpl - Class in org.apache.html.dom
 
HTMLHeadElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadElementImpl
Constructor requires owner document.
HTMLHeadingElementImpl - Class in org.apache.html.dom
 
HTMLHeadingElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadingElementImpl
Constructor requires owner document.
HTMLHRElementImpl - Class in org.apache.html.dom
 
HTMLHRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHRElementImpl
Constructor requires owner document.
HTMLHtmlElementImpl - Class in org.apache.html.dom
 
HTMLHtmlElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHtmlElementImpl
Constructor requires owner document.
HTMLIFrameElementImpl - Class in org.apache.html.dom
 
HTMLIFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIFrameElementImpl
Constructor requires owner document.
HTMLImageElementImpl - Class in org.apache.html.dom
 
HTMLImageElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLImageElementImpl
Constructor requires owner document.
HTMLInputElementImpl - Class in org.apache.html.dom
 
HTMLInputElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLInputElementImpl
Constructor requires owner document.
HTMLIsIndexElementImpl - Class in org.apache.html.dom
 
HTMLIsIndexElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIsIndexElementImpl
Constructor requires owner document.
HTMLLabelElementImpl - Class in org.apache.html.dom
 
HTMLLabelElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLabelElementImpl
Constructor requires owner document.
HTMLLegendElementImpl - Class in org.apache.html.dom
 
HTMLLegendElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLegendElementImpl
Constructor requires owner document.
HTMLLIElementImpl - Class in org.apache.html.dom
 
HTMLLIElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLIElementImpl
Constructor requires owner document.
HTMLLinkElementImpl - Class in org.apache.html.dom
 
HTMLLinkElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLinkElementImpl
Constructor requires owner document.
HTMLMapElementImpl - Class in org.apache.html.dom
 
HTMLMapElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMapElementImpl
Constructor requires owner document.
HTMLMenuElementImpl - Class in org.apache.html.dom
 
HTMLMenuElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMenuElementImpl
Constructor requires owner document.
HTMLMetaElementImpl - Class in org.apache.html.dom
 
HTMLMetaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMetaElementImpl
Constructor requires owner document.
HTMLModElementImpl - Class in org.apache.html.dom
 
HTMLModElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLModElementImpl
Constructor requires owner document and tag name.
HTMLObjectElementImpl - Class in org.apache.html.dom
 
HTMLObjectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLObjectElementImpl
Constructor requires owner document.
HTMLOListElementImpl - Class in org.apache.html.dom
 
HTMLOListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOListElementImpl
Constructor requires owner document.
HTMLOptGroupElementImpl - Class in org.apache.html.dom
 
HTMLOptGroupElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptGroupElementImpl
Constructor requires owner document.
HTMLOptionElementImpl - Class in org.apache.html.dom
 
HTMLOptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptionElementImpl
Constructor requires owner document.
HTMLParagraphElementImpl - Class in org.apache.html.dom
 
HTMLParagraphElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParagraphElementImpl
Constructor requires owner document.
HTMLParamElementImpl - Class in org.apache.html.dom
 
HTMLParamElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParamElementImpl
Constructor requires owner document.
HTMLPreElementImpl - Class in org.apache.html.dom
 
HTMLPreElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLPreElementImpl
Constructor requires owner document.
HTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Public identifier for HTML 4.01 (Strict) document type.
HTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated.
Public identifier for HTML 4.01 (Strict) document type.
HTMLQuoteElementImpl - Class in org.apache.html.dom
 
HTMLQuoteElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLQuoteElementImpl
Constructor requires owner document.
HTMLScriptElementImpl - Class in org.apache.html.dom
 
HTMLScriptElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLScriptElementImpl
Constructor requires owner document.
HTMLSelectElementImpl - Class in org.apache.html.dom
 
HTMLSelectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLSelectElementImpl
Constructor requires owner document.
HTMLSerializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
HTMLSerializer(boolean, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Constructs a new HTML/XHTML serializer depending on the value of xhtml.
HTMLSerializer() - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Constructs a new serializer.
HTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Constructs a new serializer.
HTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified writer using the specified output format.
HTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLStyleElementImpl - Class in org.apache.html.dom
 
HTMLStyleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLStyleElementImpl
Constructor requires owner document.
HTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated.
System identifier for HTML 4.01 (Strict) document type.
HTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated.
System identifier for HTML 4.01 (Strict) document type.
HTMLTableCaptionElementImpl - Class in org.apache.html.dom
 
HTMLTableCaptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCaptionElementImpl
Constructor requires owner document.
HTMLTableCellElementImpl - Class in org.apache.html.dom
 
HTMLTableCellElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCellElementImpl
Constructor requires owner document.
HTMLTableColElementImpl - Class in org.apache.html.dom
 
HTMLTableColElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableColElementImpl
Constructor requires owner document.
HTMLTableElementImpl - Class in org.apache.html.dom
 
HTMLTableElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableElementImpl
Constructor requires owner document.
HTMLTableRowElementImpl - Class in org.apache.html.dom
 
HTMLTableRowElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableRowElementImpl
Constructor requires owner document.
HTMLTableSectionElementImpl - Class in org.apache.html.dom
 
HTMLTableSectionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableSectionElementImpl
Constructor requires owner document.
HTMLTextAreaElementImpl - Class in org.apache.html.dom
 
HTMLTextAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTextAreaElementImpl
Constructor requires owner document.
HTMLTitleElementImpl - Class in org.apache.html.dom
 
HTMLTitleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTitleElementImpl
Constructor requires owner document.
HTMLUListElementImpl - Class in org.apache.html.dom
 
HTMLUListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLUListElementImpl
Constructor requires owner document.
HTTP_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
HTTP_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
HTTPInputSource - Class in org.apache.xerces.util
This class represents an input source for an XML resource retrievable over HTTP.
HTTPInputSource(String, String, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
HTTPInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.util.HTTPInputSource
Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller.
HTTPInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
Constructs an input source from a byte stream.
HTTPInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
Constructs an input source from a character stream.

I

IC_KEY - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of key in the identity-constraint category.
IC_KEYREF - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of keyref in the identity-constraint category.
IC_UNIQUE - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of unique in the identity-constraint category.
ID - Static variable in class org.apache.xerces.dom.NodeImpl
 
ID_CONSTRAINT_NUM - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
ID_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The ID data type as defined in .
ID_DT - Static variable in interface org.apache.xerces.xs.XSConstants
ID
ID_IDREF_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to ignore ID/IDREF errors
ID_IDREF_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: whether to ignore ID/IDREF errors
ID_IDREF_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: whether to ignore ID/IDREF errors
ID_IDREF_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Perform checking of ID/IDREFs ("validation/id-idref-checking")
IDC_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Feature to ignore errors caused by identity constraints ("validation/identity-constraint-checking")
IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation.
IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
 
IDDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "ID"
IDDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDDV
 
identifiers - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Identifiers.
IDENTITY_CONSTRAINT - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an identity constraint definition.
IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to ignore identity constraint errors
IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: whether to ignore identity constraint errors
IDENTITY_CONSTRAINT_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: whether to ignore identity constraint errors
IdentityConstraint - Class in org.apache.xerces.impl.xs.identity
Base class of Schema identity constraint.
IdentityConstraint(String, String, String) - Constructor for class org.apache.xerces.impl.xs.identity.IdentityConstraint
Default constructor.
IDREF_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The IDREF data type as defined in .
IDREF_DT - Static variable in interface org.apache.xerces.xs.XSConstants
IDREF
IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation.
IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
 
IDREFDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "IDREF"
IDREFDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDREFDV
 
IDREFS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The IDREFS data type as defined in .
ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
IGNORABLEWS - Static variable in class org.apache.xerces.dom.NodeImpl
 
IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
IGNORE_XSI_TYPE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
IGNORE_XSI_TYPE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Feature to ignore xsi:type attributes on elements during validation, until a global element declaration is found.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
ignoredCharacters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
Characters within an IGNORE conditional section.
ImmutableLocation - Class in org.apache.xerces.stax
An immutable StAX Location.
ImmutableLocation(Location) - Constructor for class org.apache.xerces.stax.ImmutableLocation
 
ImmutableLocation(int, int, int, String, String) - Constructor for class org.apache.xerces.stax.ImmutableLocation
 
importASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Imports ASObject into ASModel.
importNode(Node, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Copies a node from another document to this document.
importNode(Node, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
inCData - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True while inside CData and printing text as CData.
INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Comments feature ("include-comments").
INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: include comments.
INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
Include ignorable whitespace feature ("dom/include-ignorable-whitespace").
INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: include ignorable whitespace.
indent(int) - Static method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
indent() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Increment the indentation for the next line.
Indent - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
Deprecated.
If indentation is turned on, the default identation level is 4.
indent() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
IndentPrinter - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
IndentPrinter(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
INDETERMINATE - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
 
INDEX_SIZE_ERR - Static variable in exception org.apache.xerces.xs.XSException
If index or size is negative, or greater than the allowed value
indexOf(String, int, int, char) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Computes index of given char within StringBuffer
inExternal - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
Note: flag of where the entity is defined, not whether it is a external entity
inExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
 
INFOSET - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
INFOSET_FALSE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
INFOSET_MASK - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
INFOSET_TRUE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
init() - Static method in class org.apache.xerces.dom.DOMMessageFormatter
Initialize Message Formatter.
init() - Method in class org.apache.xerces.impl.dtd.XML11DTDValidator
 
init() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
initialization
init() - Method in class org.apache.xerces.xpointer.XPointerHandler
Initializes the XPointer Processor;
initCause(Throwable) - Method in exception org.apache.xerces.xni.XNIException
Initializes the cause of this XNIException.
initErrorReporter() - Method in class org.apache.xerces.xpointer.XPointerHandler
Initializes error handling objects
initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
The DOM doesn't deal with constructors, so instead we have an initializer call to set most of the read-only fields.
INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Initial chunk size.
initializeContentModelStack() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Initialize content model stack.
initialized - Variable in class org.apache.xerces.dom.events.EventImpl
 
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class org.apache.xerces.dom.events.MouseEventImpl
 
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.xerces.dom.events.MutationEventImpl
Initialize a mutation event, or overwrite the event's current settings with new values of the parameters.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.xerces.dom.events.UIEventImpl
 
initValueStoresFor(XSElementDecl, FieldActivator) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Initializes the value stores for the specified element declaration.
inputEncoding - Variable in class org.apache.xerces.dom.EntityImpl
Input Encoding
insertASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Inserts ASObject into ASModel.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since a Document may contain at most one top-level Element child, and at most one DocumentType declaraction, we need to subclass our add-children methods to implement this constraint.
insertBefore(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Inserts a child before the specified node in the table.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
insertCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
insertData(int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Insert additional characters into the data stored in this node, at the offset specified.
insertData(int, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Insert a string at the specified 16-bit unit offset.
insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
This function is called from the DOM.
insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
insertsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Inserts a new node in the submodel.
insertTextContent(StringBuffer) - Method in class org.apache.xerces.dom.TextImpl
internal method taking a StringBuffer in parameter and inserts the text content at the start of the buffer
INSTANCE - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
Singleton instance.
inSubstitutionGroup(XSElementDecl, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
 
INT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The integer data type as defined in .
INT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
int
INTEGER - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The integer data type as defined in .
INTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
integer
IntegerDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "integer"
IntegerDV() - Constructor for class org.apache.xerces.impl.dv.xs.IntegerDV
 
IntegratedParserConfiguration - Class in org.apache.xerces.parsers
This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.
IntegratedParserConfiguration() - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Default constructor.
IntegratedParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table.
IntegratedParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
IntegratedParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
INTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
constant defining an internal entity.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An internal entity declaration.
internalEntityDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
internalRemoveNamedItem(String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItem method allowing to specify whether an exception must be thrown if the specified name is not found.
internalRemoveNamedItemNS(String, String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItemNS method allowing to specify whether an exception must be thrown if the specified local name and namespace URI is not found.
internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
intersection(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
IntStack - Class in org.apache.xerces.util
A simple integer based stack.
IntStack() - Constructor for class org.apache.xerces.util.IntStack
 
intValue() - Method in class org.apache.xerces.impl.xs.util.XInt
 
InvalidDatatypeFacetException - Exception in org.apache.xerces.impl.dv
Datatype exception for invalid facet.
InvalidDatatypeFacetException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeFacetException
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
InvalidDatatypeValueException - Exception in org.apache.xerces.impl.dv
Datatype exception for invalid values.
InvalidDatatypeValueException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeValueException
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
invalidStandaloneAttDef(QName, QName) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Returns true if invalid standalone attribute definition.
IS_STANDALONE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Is standalone feature ("is-standalone").
isAbsoluteURI() - Method in class org.apache.xerces.util.URI
Returns whether this URI represents an absolute URI.
isAttrValueWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, NamedNodeMap, Attr, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
NON-DOM: check if attribute value is well-formed
isBase64(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
 
isBoolean(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if the specified attribute is a boolean and should be printed without the value.
isCachedDTD() - Method in class org.apache.xerces.impl.validation.ValidationManager
 
isCData() - Method in class org.apache.xerces.stax.events.CharactersImpl
 
isCDATAAttribute(QName, QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns whether the given attribute is of type CDATA or not
isCDataElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the text node children of the given elements should be output as CDATA.
isCDataWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
Check if CDATA section is well-formed
isChildFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
Returns true if the XPointer expression resolves to a non-element child of the current resource fragment.
isChildFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
Returns true if the XPointer expression resolves to a non-element child of the current resource fragment.
isClosing(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if the opening of one element (tagName) implies the closing of another open element (openTag).
isCommentWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
NON-DOM: check if value of the comment is well-formed
isCompactedForUPA() - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSAllCM
 
isCompactedForUPA() - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
Checks if this content model has had its min/maxOccurs values reduced for purposes of speeding up UPA.
isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSDFACM
 
isCompactedForUPA() - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
 
isComparable(ValidatedInfo, ValidatedInfo) - Static method in class org.apache.xerces.impl.dv.ValidatedInfo
Returns true if the two ValidatedInfo objects can be compared in the same value space.
isConformantSchemeName(String) - Static method in class org.apache.xerces.util.URI
Determine whether a scheme conforms to the rules for a scheme name.
isContent(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered content.
isData(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
 
isDeclared(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isDeclared(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isDeclared(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isDeclared(int) - Method in class org.apache.xerces.util.AttributesProxy
 
isDeclared(String) - Method in class org.apache.xerces.util.AttributesProxy
 
isDeclared(String, String) - Method in class org.apache.xerces.util.AttributesProxy
 
isDeclaredEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is declared.
isDefaultNamespace(String) - Method in class org.apache.xerces.dom.NodeImpl
DOM Level 3: Experimental This method checks if the specified namespaceURI is the default namespace or not.
isDefaultNamespace(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
isDefaultNamespaceDeclaration() - Method in class org.apache.xerces.stax.events.NamespaceImpl
 
isDefinedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Convenience method.
isDefinedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
isDefinedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrImpl
Introduced in DOM Level 3.
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 3.
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 3.
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
isDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
isDisallowedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
Convenience method.
isDisallowedSubstitution(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
Convenience method that checks if disallowed is a disallowed substitution for this element declaration.
isDocumentState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Returns true if in the state of the document.
isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Checks if a type is derived from another by restriction, given the name and namespace.
isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
Checks if a type is derived from another given the the name, namespace and derivation method.
isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
isElementContent(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if element is declared to have element content.
isElementContentWhitespace() - Method in class org.apache.xerces.dom.TextImpl
DOM L3 Core CR - Experimental Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isElementContentWhitespace() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
DOM Level 3 CR
isElementDefined(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if this element is defined in the currently active AS.
isElementDefinedNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated.
Determines if this element in this namespace is defined in the currently active AS.
isEmpty() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
isEmpty() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
isEmpty() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
isEmptyTag(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if element is declared to be empty.
isEncodingExternallySpecified() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns whether the encoding of this entity was externally specified.
isEntityDeclared(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
isEntityDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
isEntityDeclared(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Checks if an entity is declared.
isEntityDeclared(String) - Method in interface org.apache.xerces.impl.validation.EntityState
Query method to check if entity with this name was declared.
isEntityDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
isEntityDeclInExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Returns true if this entity was declared in the external subset.
isEntityDeclInExternalSubset(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether the declaration of an entity given by name is // in the external subset.
isEntityUnparsed(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
isEntityUnparsed(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Checks if an entity is unparsed.
isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.validation.EntityState
Query method to check if entity is unparsed.
isEntityUnparsed(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
isEqual(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
isEqual(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
isEqual(Object, Object) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
Check whether two actual values are equal.
isEqualNode(Node) - Method in class org.apache.xerces.dom.AttrImpl
DOM Level 3 WD- Experimental.
isEqualNode(Node) - Method in class org.apache.xerces.dom.DocumentTypeImpl
DOM Level 3 WD- Experimental.
isEqualNode(Node) - Method in class org.apache.xerces.dom.ElementImpl
DOM Level 3 WD- Experimental.
isEqualNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
Tests whether two nodes are equal.
isEqualNode(Node) - Method in class org.apache.xerces.dom.ParentNode
DOM Level 3 WD- Experimental.
isEqualNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Returns true if this is an external entity.
isExternal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns true if the current entity being scanned is external.
isExternalEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is external.
isFallbackElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Checks if the element is an <fallback> element.
isFinal(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
isFinal(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
isFinal(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{final} For complex type definition it is a subset of {extension, restriction}.
isFinal(short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
{final}.
isFinalState(int) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
check whether the given state is one of the final states
isFixedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
Convenience method.
isFixedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
isFixedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
isFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
Returns true if the Node fragment is resolved.
isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
Returns true if the XPointer expression resolves to a resource fragment specified as input else returns false.
isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
Returns true if the XPointer expression resolves to the current resource fragment or Node which is part of the input resource being streamed else returns false.
isFullyComposed() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
Returns whether the schema components contained in this object can be considered to be a fully composed schema and should be used to the exclusion of other schema components which may be present elsewhere.
isGenericURI() - Method in class org.apache.xerces.util.URI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isGrammarFound() - Method in class org.apache.xerces.impl.validation.ValidationManager
 
isHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
isHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
 
isHighSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns whether the given character is a high surrogate
isId() - Method in class org.apache.xerces.dom.AttrImpl
DOM Level 3: isId
isId() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
isIdDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
isIdDeclared(String) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Checks if an ID has already been declared.
isIdDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
 
isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
 
isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
 
isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
isIDType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
isIDType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
isIDType() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
Check whether this type is or is derived from ID.
isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isIgnorableWhiteSpace() - Method in class org.apache.xerces.stax.events.CharactersImpl
 
isImmutable() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
isIncludeElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Checks if the element is an <include> element.
isInvalid(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isInvalid(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isInvalid(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isInvalid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is invalid.
isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isKidOK(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isLowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered markup.
isMatched() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
Returns value of first member of fMatched that is nonzero.
isName(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNamespaceAware() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Returns true if this grammar is namespace aware.
isNamespaceAware() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
isNamespaceAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
isNamespaceAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
isNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNextCharUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Returns true if the character at start is 'Z', '+' or '-'.
isNodeValid(boolean, short) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Determines if the Node is valid relative to currently active AS.
isNonEscapingElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns true if the text node children of the given elements should be output unescaped.
isNormalized() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMAny
 
isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
 
isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
 
isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
 
isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
 
isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
 
isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
 
isOnlyOpening(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if element's closing tag is generally not printed.
isOptionalClosing(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if element's closing tag is optional and need not exist.
isPad(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
 
isPE - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
isPE
isPreserveSpace(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if element's textual contents preserves spaces.
isPrintable(char) - Method in class org.apache.xml.serialize.EncodingInfo
Deprecated.
Checks whether the specified character is printable or not in this encoding.
isProhibitedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
{prohibited substitutions} A subset of {extension, restriction}.
isProhibitedSubstitution(short) - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[prohibited substitutions]: a subset of {extension, restriction}
isPubid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isRootDocument() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
isSameNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
Returns whether this node is the same node as the given one.
isSameNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
isSchemaLanguageSupported(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
Is specified schema supported by this SchemaFactory?
isSpace(int) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
isSpace(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSpecified(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
isSpecified(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isSpecified(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isSpecified(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
isSpecified() - Method in class org.apache.xerces.stax.events.AttributeImpl
 
isSpecified(int) - Method in class org.apache.xerces.util.AttributesProxy
 
isSpecified(String) - Method in class org.apache.xerces.util.AttributesProxy
 
isSpecified(String, String) - Method in class org.apache.xerces.util.AttributesProxy
 
isSpecified(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns true if the attribute is specified in the instance document.
isSpecified(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns true if the attribute is specified in the instance document.
isStandalone() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns true if the document entity is standalone.
isStandalone() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
isSubsetOf(XSWildcardDecl) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Schema Component Constraint: Wildcard Subset
isSubstitutionGroupExclusion(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
Convenience method.
isSubstitutionGroupExclusion(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
Convenience method that checks if exclusion is a substitution group exclusion for this element declaration.
isSupplemental(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a supplemental character.
isSupported(String, String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
isSupported(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
isTopLevelIncludedItem() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns true if the current element is a top level included item.
isTopLevelIncludedItemViaFallback() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
isTopLevelIncludedItemViaInclude() - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Checks whether this string would be unchanged by normalization.
isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
Checks whether this string would be unchanged by normalization.
isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Checks whether this string would be unchanged by normalization.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns true if this is an unparsed entity.
isUnparsedEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is unparsed.
isURI(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Returns true if the specified attribute it a URI and should be escaped appropriately.
isValid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is valid.
isValid(int) - Method in class org.apache.xerces.xinclude.XInclude11TextReader
Returns true if the specified character is a valid XML character as per the rules of XML 1.1.
isValid(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Returns true if the specified character is a valid XML character as per the rules of XML 1.0.
isValidating() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
isValidating() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
isValidIANAEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
isValidName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
isValidName(String) - Static method in class org.apache.xerces.util.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isValidNameChar(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
isValidNCName(int) - Method in class org.apache.xerces.impl.XMLScanner
 
isValidNCName(String) - Static method in class org.apache.xerces.util.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
isValidNmtoken(String) - Static method in class org.apache.xerces.util.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValidQName(String, String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
Checks if the given qualified name is legal with respect to the version of XML to which this document must conform.
isWellFormedAddress(String) - Static method in class org.apache.xerces.util.URI
Determine whether a string is syntactically capable of representing a valid IPv4 address, IPv6 reference or the domain name of a network host.
isWellFormedIPv4Address(String) - Static method in class org.apache.xerces.util.URI
Determines whether a string is an IPv4 address as defined by RFC 2373, and under the further constraint that it must be a 32-bit address.
isWellFormedIPv6Reference(String) - Static method in class org.apache.xerces.util.URI
Determines whether a string is an IPv6 reference as defined by RFC 2732, where IPv6address is defined in RFC 2373.
isWhiteSpace(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
 
isWhiteSpace() - Method in class org.apache.xerces.stax.events.CharactersImpl
 
isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
Gets the XInclude processing mode for this parser
isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
Gets the XInclude processing mode for this parser
isXML11Content(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character can be considered content in an external parsed entity.
isXML11InternalEntityContent(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character can be considered content in an internal parsed entity.
isXML11Invalid(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is invalid.
isXML11Name(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is a valid name character as defined by production [4a] in the XML 1.1 specification.
isXML11NameHighSurrogate(int) - Static method in class org.apache.xerces.util.XML11Char
Returns whether the given character is a valid high surrogate for a name character.
isXML11NameStart(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is a valid name start character as defined by production [4] in the XML 1.1 specification.
isXML11NCName(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML 1.1 recommendation.
isXML11NCNameStart(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML 1.1 recommendation.
isXML11Space(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is a space character as amdended in the XML 1.1 specification.
isXML11Valid(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is valid.
isXML11ValidLiteral(int) - Static method in class org.apache.xerces.util.XML11Char
Returns true if the specified character is valid and permitted outside of a character reference.
isXML11ValidName(String) - Static method in class org.apache.xerces.util.XML11Char
Check to see if a string is a valid Name according to [5] in the XML 1.1 Recommendation
isXML11ValidNCName(String) - Static method in class org.apache.xerces.util.XML11Char
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.1 Recommendation
isXML11ValidNmtoken(String) - Static method in class org.apache.xerces.util.XML11Char
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.1 Recommendation
isXMLCharWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
NON-DOM: check for valid XML characters as per the XML version
isXMLName(String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on using the XMLCharacterProperties utility class
isXPointerResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
Returns true if the XPointer successfully found a sub-resource .
isXPointerResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
Returns true if the XPointer expression resolves any subresource of the input resource.
item(int) - Method in class org.apache.xerces.dom.AttrImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class org.apache.xerces.dom.DOMImplementationListImpl
Returns the indexth item in the collection.
item(int) - Method in class org.apache.xerces.dom.DOMStringListImpl
 
item(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve an item from the map by 0-based index.
item(int) - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.ParentNode
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Returns the indexth item in the map.
item(int) - Method in interface org.apache.xerces.dom3.as.ASObjectList
Deprecated.
Returns the indexth item in the collection.
item(int) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
Returns the indexth item in the collection.
item(int) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
item(int) - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
item(int) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
 
item(int) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
 
item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Returns the indexth item in the map.
item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
Returns the indexth item in the collection.
item(int) - Method in class org.apache.xerces.impl.xs.XSModelImpl
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.datatypes.ByteList
Returns the indexth item in the collection.
item(int) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.LSInputList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.ShortList
Returns the indexth item in the collection.
item(int) - Method in interface org.apache.xerces.xs.StringList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSNamedMap
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSNamespaceItemList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSObjectList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Retrieves an XSObject specified by local name and namespace URI.
itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Retrieves an XSObject specified by local name and namespace URI.
itemByName(String, String) - Method in interface org.apache.xerces.xs.XSNamedMap
Retrieves an XSObject specified by local name and namespace URI.
ItemPSVI - Interface in org.apache.xerces.xs
Represents an abstract PSVI item for an element or an attribute information item.
itemValueTypes - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
In the case the value is a list or a list of unions, this value indicates the type(s) of the items in the list.
iterator() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
iterator() - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
iteratorReferenceQueue - Variable in class org.apache.xerces.dom.DocumentImpl
Reference queue for cleared Node Iterator references
iterators - Variable in class org.apache.xerces.dom.DocumentImpl
Node Iterators

J

JAXP_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
JAXP property prefix ("http://java.sun.com/xml/jaxp/properties/").
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: JAXP schema language.
JAXP_SCHEMA_LANGUAGE - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
 
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Property identifier: JAXP schema language.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: JAXP schema source/ DOM schema-location.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: JAXP schema source.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: JAXP schema source.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: JAXP schema source.
JAXP_SCHEMA_SOURCE - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
 
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: JAXP schema source/ DOM schema-location.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: JAXP schema source/ DOM schema-location.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: JAXP schema source/ DOM schema-location.
JAXPConstants - Interface in org.apache.xerces.jaxp
This interface holds JAXP constant property/attribute names and values.
JAXPNamespaceContextWrapper - Class in org.apache.xerces.util
A read-only XNI wrapper around a JAXP NamespaceContext.
JAXPNamespaceContextWrapper(SymbolTable) - Constructor for class org.apache.xerces.util.JAXPNamespaceContextWrapper
 

K

key - Variable in exception org.apache.xerces.impl.dv.DatatypeException
 
key - Variable in class org.apache.xerces.util.SymbolHash.Entry
 
KeyRef - Class in org.apache.xerces.impl.xs.identity
Schema key reference identity constraint.
KeyRef(String, String, String, UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.identity.KeyRef
Constructs a keyref with the specified name.
keys() - Method in class org.apache.xerces.util.AugmentationsImpl
Returns an enumeration of the keys in the Augmentations structure
keys() - Method in interface org.apache.xerces.xni.Augmentations
Returns an enumeration of the keys in the Augmentations structure

L

LANGUAGE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The Language data type as defined in .
LANGUAGE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
language
lastChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the last child Node from the current node, after applying filter, whatToshow.
lastPos() - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
Latin1Reader - Class in org.apache.xerces.impl.io
Reader for the ISO-8859-1 encoding.
Latin1Reader(InputStream) - Constructor for class org.apache.xerces.impl.io.Latin1Reader
Constructs an ISO-8859-1 reader from the specified input stream using the default buffer size.
Latin1Reader(InputStream, int) - Constructor for class org.apache.xerces.impl.io.Latin1Reader
Constructs an ISO-8859-1 reader from the specified input stream and buffer size.
Latin1Reader(InputStream, byte[]) - Constructor for class org.apache.xerces.impl.io.Latin1Reader
Constructs an ISO-8859-1 reader from the specified input stream and buffer.
leaveDTD() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
leaveDTD() - Method in class org.apache.xml.serialize.Printer
Deprecated.
Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
leaveElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Leave the current element state and return to the state of the parent element.
length - Variable in class org.apache.xerces.impl.dv.XSFacets
value of length facet.
length() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
Returns the length of the vector.
length - Variable in class org.apache.xerces.xni.XMLString
The length of characters from the offset.
lengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
lengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
LESS_THAN - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
 
LEXICAL_HANDLER - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: lexical handler.
LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Lexical handler parameter entities feature ("lexical-handler/parameter-entities").
LEXICAL_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Lexical handler property ("lexical-handler").
lineNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Line number.
LineSeparator - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
LineSeparator() - Constructor for class org.apache.xml.serialize.LineSeparator
Deprecated.
 
LineWidth - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
Deprecated.
The default line width at which to break long lines when identing.
list - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
list
LIST_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The type represents a list type definition.
ListDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
For list types: ENTITIES, IDREFS, NMTOKENS.
ListDatatypeValidator(DatatypeValidator) - Constructor for class org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
 
ListDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema list types
ListDV() - Constructor for class org.apache.xerces.impl.dv.xs.ListDV
 
listIterator() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
listIterator(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
listIterator() - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
listIterator(int) - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
LISTOFUNION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The type represents a list type definition whose item type (itemType) is a union type definition
literal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
True if in a literal.
load(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
load(LSInput) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
load(LSInput) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
Parse an XML Schema document from a resource identified by a LSInput .
load(LSInput) - Method in interface org.apache.xerces.xs.XSLoader
Parse an XML Schema document from a resource identified by a LSInput .
LOAD_AS_INFOSET - Static variable in class org.apache.xerces.impl.Constants
Feature id: load as infoset.
LOAD_DTD_GRAMMAR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Load dtd grammar when nonvalidating feature ("nonvalidating/load-dtd-grammar").
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Load external dtd when nonvalidating feature ("nonvalidating/load-external-dtd").
loadGrammar(XMLInputSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Returns a Grammar object by parsing the contents of the entity pointed to by source.
loadGrammar(XMLInputSource[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns a Grammar object by parsing the contents of the entities pointed to by sources.
loadGrammar(XMLInputSource) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Returns a Grammar object by parsing the contents of the entity pointed to by source.
loadGrammar(XMLInputSource) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a Grammar object by parsing the contents of the entity pointed to by source.
loadGrammarWithContext(XMLDTDValidator, String, String, String, String, String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Parse a DTD internal and/or external subset and insert the content into the existing DTD grammar owned by the given DTDValidator.
loadInputList(LSInputList) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
loadInputList(LSInputList) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
Parses the content of XML Schema documents specified as a list of LSInputs.
loadInputList(LSInputList) - Method in interface org.apache.xerces.xs.XSLoader
Parses the content of XML Schema documents specified as a list of LSInputs.
loadURI(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
loadURI(String) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
Parse an XML Schema document from a location identified by a URI reference.
loadURI(String) - Method in interface org.apache.xerces.xs.XSLoader
Parse an XML Schema document from a location identified by a URI reference.
loadURIList(StringList) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
loadURIList(StringList) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
Parses the content of XML Schema documents specified as the list of URI references.
loadURIList(StringList) - Method in interface org.apache.xerces.xs.XSLoader
Parses the content of XML Schema documents specified as the list of URI references.
loadXML(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
LOCALE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: locale.
LOCALE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: locale.
LOCALE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Locale property ("locale").
localName - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: localName.
localName - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: localName.
localName - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
The element's local tag name.
localpart - Variable in class org.apache.xerces.xni.QName
The qname localpart.
LocatorProxy - Class in org.apache.xerces.util
Wraps XMLLocator and make it look like a SAX Locator.
LocatorProxy(XMLLocator) - Constructor for class org.apache.xerces.util.LocatorProxy
Constructs an XML locator proxy.
lockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
lockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
lock the grammar pool
lockPool() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
lockPool() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
Causes the XMLGrammarPool not to store any grammars when the cacheGrammars(String, Grammar[[]) method is called.
LONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
Then long data type as defined in .
LONG_DT - Static variable in interface org.apache.xerces.xs.XSConstants
long
lookupElementDefinition(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the index of the element definition in the table with the specified name index, or -1 if no such definition exists.
lookupNamespaceURI(String) - Method in class org.apache.xerces.dom.NodeImpl
DOM Level 3 - Experimental: Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
lookupPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
DOM Level 3 - Experimental: Look up the prefix associated to the given namespace URI, starting from this node.
lookupPrefix(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
lowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns the low surrogate of a supplemental character
LSInputList - Interface in org.apache.xerces.xs
The LSInputList interface provides the abstraction of an ordered collection of LSInputs, without defining or constraining how this collection is implemented.
LSInputListImpl - Class in org.apache.xerces.impl.xs.util
Contains a list of LSInputs.
LSInputListImpl(LSInput[], int) - Constructor for class org.apache.xerces.impl.xs.util.LSInputListImpl
Construct an LSInputList implementation

M

Macintosh - Static variable in class org.apache.xml.serialize.LineSeparator
Deprecated.
Line separator for Macintosh systems (\r).
main(String[]) - Static method in class org.apache.xerces.impl.Constants
Prints all of the constants to standard output.
main(String[]) - Static method in class org.apache.xerces.impl.Version
Prints out the version number to System.out.
main(String[]) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
Sample entry.
main(String[]) - Static method in class org.apache.xerces.impl.xpath.XPath
Main program entry.
makeChildNode() - Method in class org.apache.xerces.dom.AttrImpl
 
makeClone() - Method in class org.apache.xerces.impl.xs.XSDDescription
 
makeClone() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
makeClone() - Method in class org.apache.xerces.util.SymbolHash.Entry
 
makeClone() - Method in class org.apache.xerces.util.SymbolHash
Make a clone of this object.
makeGlobal() - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
 
makeSerializer(OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Create a new serializer based on the OutputFormat.
makeSerializer(Writer, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
makeSerializer(OutputStream, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
MalformedByteSequenceException - Exception in org.apache.xerces.impl.io
Signals that a malformed byte sequence was detected by a java.io.Reader that decodes bytes of a given encoding into characters.
MalformedByteSequenceException(MessageFormatter, Locale, String, String, Object[]) - Constructor for exception org.apache.xerces.impl.io.MalformedByteSequenceException
Constructs a MalformedByteSequenceException with the given parameters which may be passed to an error reporter to generate a localized string for this exception.
mark(int) - Method in class org.apache.xerces.impl.io.ASCIIReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.io.Latin1Reader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.io.UCSReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.io.UTF16Reader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.io.UTF8Reader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
markSupported() - Method in class org.apache.xerces.impl.io.ASCIIReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.io.Latin1Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.io.UCSReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.io.UTF16Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.io.UTF8Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
MASK_CONTENT - Static variable in class org.apache.xerces.util.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.xerces.util.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.xerces.util.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.xerces.util.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.xerces.util.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.xerces.util.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.xerces.util.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.xerces.util.XMLChar
Valid character mask.
MASK_XML11_CONTENT - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 content for external entities (valid - "special" chars - control chars)
MASK_XML11_CONTENT_INTERNAL - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 content for internal entities (valid - "special" chars)
MASK_XML11_CONTROL - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 control character mask
MASK_XML11_NAME - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 Name character mask.
MASK_XML11_NAME_START - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 Name start character mask.
MASK_XML11_NCNAME - Static variable in class org.apache.xerces.util.XML11Char
XML namespaces 1.1 NCName
MASK_XML11_NCNAME_START - Static variable in class org.apache.xerces.util.XML11Char
XML namespaces 1.1 NCNameStart
MASK_XML11_SPACE - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 Space character mask.
MASK_XML11_VALID - Static variable in class org.apache.xerces.util.XML11Char
XML 1.1 Valid character mask.
Match - Class in org.apache.xerces.impl.xpath.regex
An instance of this class has ranges captured in matching.
Match() - Constructor for class org.apache.xerces.impl.xpath.regex.Match
Creates an instance.
matched(Object, short, ShortList, boolean) - Method in class org.apache.xerces.impl.xs.identity.Field.Matcher
This method is called when the XPath handler matches the XPath expression.
MATCHED - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
matched(Object, short, ShortList, boolean) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
This method is called when the XPath handler matches the XPath expression.
MATCHED_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
MATCHED_DESCENDANT - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
MATCHED_DESCENDANT_PREVIOUS - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
 
matches(CharacterIterator, int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
 
matches(String, int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
 
matches(char[], int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
 
matches(char[]) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(char[], Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(CharacterIterator) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(CharacterIterator, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
 
matches(String, String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
 
maxDayInMonthFor(int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Given {year,month} computes maximum number of days for given month
maxEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
maxEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
maxExclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
value of maxExclusive facet.
maxExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
maxExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
maxInclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
value of maxInclusive facet.
maxInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
maxInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
maxLength - Variable in class org.apache.xerces.impl.dv.XSFacets
value of maxLength facet.
maxLengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
maxLengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
mayReadChunks - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
memberType - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
If the type is a union type, then the member type which actually validated the string value.
memberTypes - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
If 1.
mergeContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
MessageFormatter - Interface in org.apache.xerces.util
This interface provides a generic message formatting mechanism and is useful for producing messages that must be localized and/or formatted with replacement text.
Method - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
Method() - Constructor for class org.apache.xml.serialize.Method
Deprecated.
 
minEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
3.8.6 Effective Total Range (all and sequence) and Effective Total Range (choice) The following methods are used to return min/max range for a particle.
minEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
3.8.6 Effective Total Range (all and sequence) and Effective Total Range (choice) The following methods are used to return min/max range for a particle.
minExclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
value of minExclusive facet.
minExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
minExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
minInclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
value of minInclusive facet.
minInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
minInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
minLength - Variable in class org.apache.xerces.impl.dv.XSFacets
value of minLength facet.
minLengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
minLengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
MIXED_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Represents a MIXED content type for an Element declaration.
MixedContentModel - Class in org.apache.xerces.impl.dtd.models
MixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements.
MixedContentModel(QName[], int[], int, int, boolean) - Constructor for class org.apache.xerces.impl.dtd.models.MixedContentModel
Constructs a mixed content model.
mixedElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a mixed content model.
mod(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
MODEL_GROUP - Static variable in interface org.apache.xerces.xs.XSConstants
A model group.
MODEL_GROUP_DEFINITION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a model group definition.
MODELGROUP_ALL - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
MODELGROUP_CHOICE - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
MODELGROUP_SEQUENCE - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
modifyAugmentations(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Modify the augmentations.
modifyAugmentations(Augmentations, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Modify the augmentations.
modifyDOMError(String, short, String, Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
The method modifies global DOM error object
modulo(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
MONTH - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
MonthDayDV - Class in org.apache.xerces.impl.dv.xs
Validator for <gMonthDay> datatype (W3C Schema Datatypes)
MonthDayDV() - Constructor for class org.apache.xerces.impl.dv.xs.MonthDayDV
 
MonthDV - Class in org.apache.xerces.impl.dv.xs
Validator for <gMonth> datatype (W3C Schema Datatypes)
MonthDV() - Constructor for class org.apache.xerces.impl.dv.xs.MonthDV
 
MouseEventImpl - Class in org.apache.xerces.dom.events
An implementation of the DOM Level 2 MouseEvent interface.
MouseEventImpl() - Constructor for class org.apache.xerces.dom.events.MouseEventImpl
 
MultipleScopeNamespaceSupport - Class in org.apache.xerces.xinclude
This implementation of NamespaceContext has the ability to maintain multiple scopes of namespace/prefix bindings.
MultipleScopeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
MultipleScopeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
 
MULTIVALUE_FACET - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes enumeration and pattern facets.
MutationEventImpl - Class in org.apache.xerces.dom.events
An implementation of the DOM Level 2 MutationEvent interface.
MutationEventImpl() - Constructor for class org.apache.xerces.dom.events.MutationEventImpl
 
mutationEvents - Variable in class org.apache.xerces.dom.DocumentImpl
Bypass mutation events firing.

N

name - Variable in class org.apache.xerces.dom.AttrImpl
Attribute name.
name - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Document type name.
name - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Element definition name.
name - Variable in class org.apache.xerces.dom.ElementImpl
Element name.
name - Variable in class org.apache.xerces.dom.EntityImpl
Entity name.
name - Variable in class org.apache.xerces.dom.EntityReferenceImpl
Name of Entity referenced
name - Variable in class org.apache.xerces.dom.NotationImpl
Notation name.
name - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
name
name - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
name
name - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
name
name - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
name
name - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
name
name - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
Entity name.
name - Variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Node qualified name.
name - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
name - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
NAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the Name data type as defined in .
NAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
Name
NamedNodeMapImpl - Class in org.apache.xerces.dom
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(NodeImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NamedNodeMapImpl - Class in org.apache.xerces.impl.xs.opti
 
NamedNodeMapImpl(Attr[]) - Constructor for class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
NameNodeListImpl - Class in org.apache.html.dom
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
Constructor.
NAMESPACE - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Type: namespace
NAMESPACE_BINDER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Namespace binder property ("internal/namespace-binder").
NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
property identifier: NamespaceContext
NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Property identifier: error reporter.
NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Property identifier: error reporter.
NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Property identifier: error reporter.
NAMESPACE_CONTEXT_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Namespace context property ("internal/namespace-context").
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: namespace growth
NAMESPACE_GROWTH - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: namespace growth
NAMESPACE_GROWTH_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Namespace growth feature ("namespace-growth").
NAMESPACE_PREFIXES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Namespace prefixes feature ("namespace-prefixes").
NamespaceContext - Interface in org.apache.xerces.xni
Represents an interface to query namespace information.
namespaceFixUp(ElementImpl, AttributeMap) - Method in class org.apache.xerces.dom.DOMNormalizer
 
NamespaceImpl - Class in org.apache.xerces.stax.events
 
NamespaceImpl(String, String, Location) - Constructor for class org.apache.xerces.stax.events.NamespaceImpl
 
NAMESPACES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
NAMESPACES - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLScanner
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: namespace.
NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
NAMESPACES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Namespaces feature ("namespaces").
NamespaceSupport - Class in org.apache.xerces.util
Namespace support for XML document handlers.
NamespaceSupport() - Constructor for class org.apache.xerces.util.NamespaceSupport
Default constructor.
NamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.util.NamespaceSupport
Constructs a namespace context object and initializes it with the prefixes declared in the specified context.
NamespaceSupport.Prefixes - Class in org.apache.xerces.util
 
NamespaceSupport.Prefixes(String[], int) - Constructor for class org.apache.xerces.util.NamespaceSupport.Prefixes
Constructor for Prefixes.
namespaceURI - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
The element's namespace URI.
NCNAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the NCName data type as defined in .
NCNAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NCName
needExtraChecking() - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
needExtraChecking() - Method in class org.apache.xerces.impl.validation.ValidationState
 
needFacetChecking() - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
needFacetChecking() - Method in class org.apache.xerces.impl.validation.ValidationState
 
needsSyncChildren(boolean) - Method in class org.apache.xerces.dom.NodeImpl
 
needToNormalize() - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
needToNormalize() - Method in class org.apache.xerces.impl.validation.ValidationState
 
NEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
Then negative integer data type as defined in .
NEGATIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
negativeInteger
newDocument() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object.
newDocumentBuilder() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newDuration(String) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Obtain a new instance of a Duration specifying the Duration as its string representation, "PnYnMnDTnHnMnS", as defined in XML Schema 1.0 section 3.2.6.1.
newDuration(long) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Obtain a new instance of a Duration specifying the Duration as milliseconds.
newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Obtain a new instance of a Duration specifying the Duration as isPositive, years, months, days, hours, minutes, seconds.
newSAXParser() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
Creates a new instance of SAXParser using the currently configured factory parameters.
newSchema(Source[]) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
newSchema() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
newSchema(XMLGrammarPool) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
newXMLGregorianCalendar() - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Create a new instance of an XMLGregorianCalendar.
newXMLGregorianCalendar(String) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
newXMLGregorianCalendar(GregorianCalendar) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Create an XMLGregorianCalendar from a GregorianCalendar.
newXMLGregorianCalendar(int, int, int, int, int, int, int, int) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Constructor of value spaces that a java.util.GregorianCalendar instance would need to convert to an XMLGregorianCalendar instance.
newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
Constructor allowing for complete value spaces allowed by W3C XML Schema 1.0 recommendation for xsd:dateTime and related builtin datatypes.
newXSSimpleTypeDecl() - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
Implementation internal
next - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
The next entry.
next - Variable in class org.apache.xerces.util.SymbolHash.Entry
The next entry.
next - Variable in class org.apache.xerces.util.SymbolTable.Entry
The next entry.
next - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
nextElement() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
 
nextMatchingElementAfter(Node) - Method in class org.apache.html.dom.NameNodeListImpl
Iterative tree-walker.
nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextSibling - Variable in class org.apache.xerces.dom.ChildNode
Next sibling.
nextSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next sibling Node from the current node, after applying filter, whatToshow.
NMTOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The NMTOKEN data type as defined in .
NMTOKEN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NMTOKEN
NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
NMTOKEN datatype validator.
NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
 
NMTOKENS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The NMTOKENS data type as defined in .
NO_AS_AVAILABLE - Static variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
If the DocumentEditAS related to the node does not have any active ASModel and wfValidityCheckLevel is set to PARTIAL or STRICT_VALIDITY_CHECK.
NODE - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Type: node.
nodeCountCheck() - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
NodeEditAS - Interface in org.apache.xerces.dom3.as
Deprecated.
This interface extends a Node from with additional methods for guided document editing. The expectation is that an instance of the DOMImplementationAS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface when the DOM implementation supports the feature "AS-DOC".

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

NodeImpl - Class in org.apache.xerces.dom
NodeImpl provides the basic structure of a DOM tree.
NodeImpl(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.NodeImpl
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl - Class in org.apache.xerces.impl.xs.opti
 
NodeImpl() - Constructor for class org.apache.xerces.impl.xs.opti.NodeImpl
 
NodeImpl(String, String, String, String, short) - Constructor for class org.apache.xerces.impl.xs.opti.NodeImpl
 
NodeIteratorImpl - Class in org.apache.xerces.dom
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NodeIteratorImpl(DocumentImpl, Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.NodeIteratorImpl
Public constructor
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
nodeTest - Variable in class org.apache.xerces.impl.xpath.XPath.Step
Node test.
NONNEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The non-negative integer data type as defined in .
NONNEGATIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
nonNegativeInteger
nonNormalizedDefaultValue - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
non-normalized defaultValue
NONPOSITIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The Non-positive integer data type as defined in .
NONPOSITIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
nonPositiveInteger
NonValidatingConfiguration - Class in org.apache.xerces.parsers
This is the non validating parser configuration.
NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Default constructor.
NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table.
NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
normalize() - Method in class org.apache.xerces.dom.AttrImpl
 
normalize() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.dom.ElementImpl
In "normal form" (as read from a source file), there will never be two Text children in succession.
normalize() - Method in class org.apache.xerces.dom.NodeImpl
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are no adjacent Text nodes.
normalize() - Method in class org.apache.xerces.dom.ParentNode
Override default behavior to call normalize() on this Node's children.
normalize(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
If timezone present - normalize dateTime [E Adding durations to dateTimes]
normalize(String, short) - Static method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
normalize(Object, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
normalize() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
normalize(String, short) - Static method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
normalize() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
NORMALIZE_DATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
NORMALIZE_DATA - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: expose schema normalized value
NORMALIZED - Static variable in class org.apache.xerces.dom.NodeImpl
 
normalizeDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental Normalize document.
normalizeDocument(CoreDocumentImpl, DOMConfigurationImpl) - Method in class org.apache.xerces.dom.DOMNormalizer
Normalizes document.
normalizeDocument() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
DOM Level 3
NORMALIZEDSTRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the Normalized string data type as defined in .
NORMALIZEDSTRING_DT - Static variable in interface org.apache.xerces.xs.XSConstants
normalizedString
normalizedValue - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
The normalized value of a string value
normalizeNode(Node) - Method in class org.apache.xerces.dom.DOMNormalizer
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XMLScanner
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
NOT_RECOGNIZED - Static variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not recognized.
NOT_SUPPORTED - Static variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not supported.
NOT_SUPPORTED_ERR - Static variable in exception org.apache.xerces.xs.XSException
If the implementation does not support the requested type of object or operation.
notation - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
notation
notation - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Notation name for unparsed entity.
notation - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
NOTATION_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The NOTATION data type as defined in .
NOTATION_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a notation declaration.
NOTATION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NOTATION
NOTATIONDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
NOTATIONValidator defines the interface that data type validators must obey.
NOTATIONDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
 
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
NotationDeclarationImpl - Class in org.apache.xerces.stax.events
 
NotationDeclarationImpl(String, String, String, Location) - Constructor for class org.apache.xerces.stax.events.NotationDeclarationImpl
 
NotationImpl - Class in org.apache.xerces.dom
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
NotationImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.NotationImpl
Factory constructor.
notationName - Variable in class org.apache.xerces.dom.EntityImpl
Notation name.
notations - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Notations.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.SAXParser
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Notify built-in (&amp;, etc.) references feature (scanner/notify-builtin-refs").
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Feature identifier: notify character references.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.XMLScanner
Feature identifier: notify character references.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Notify character references feature (scanner/notify-char-refs").
NS_DTD - Static variable in class org.apache.xerces.impl.Constants
 
NS_WF_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Check for namespace well-formedness includes WF_CHECK.
NS_XMLSCHEMA - Static variable in class org.apache.xerces.impl.Constants
 
NSCONSTRAINT_ANY - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: any namespace is allowed.
NSCONSTRAINT_LIST - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: namespaces in the list are allowed.
NSCONSTRAINT_NOT - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: namespaces in the list are not allowed.
NSDECL - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
NSDECL - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

O

ObjectList - Interface in org.apache.xerces.xs.datatypes
The ObjectList is an immutable ordered collection of Object.
ObjectListImpl - Class in org.apache.xerces.impl.xs.util
Contains a list of Objects.
ObjectListImpl(Object[], int) - Constructor for class org.apache.xerces.impl.xs.util.ObjectListImpl
 
occurenceInfo(int[]) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
 
occurenceInfo(int[]) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
Returns an array containing information about the current repeating term or null if no occurrence counting was being performed at the current state.
occurenceInfo(int[]) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
 
occurenceInfo(int[]) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
 
occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The occurrence count for a child in a children content model or for the mixed content model group.
occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The occurrence count for a child in a children content model or for the mixed content model group.
occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The occurrence count for a child in a children content model or for the mixed content model group.
occurrence(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The occurrence count for a child in a children content model or for the mixed content model group.
occurrence(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The occurrence count for a child in a children content model or for the mixed content model group.
OCCURRENCE_UNBOUNDED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
OCCURS_ONE_OR_MORE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to one or more.
OCCURS_ZERO_OR_MORE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to zero or more.
OCCURS_ZERO_OR_ONE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to zero or one.
offset - Variable in class org.apache.xerces.xni.XMLString
The offset into the character array.
oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
The method corresponds to one transition in the content model.
oneTransition(QName, int[], SubstitutionGroupHandler) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
The method corresponds to one transaction in the content model.
oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
one transition only
oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
The method corresponds to one transaction in the content model.
open() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
optional - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
optional
ORDERED_FALSE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: not ordered.
ORDERED_PARTIAL - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: partially ordered.
ORDERED_TOTAL - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: total ordered.
org.apache.html.dom - package org.apache.html.dom
 
org.apache.wml - package org.apache.wml
 
org.apache.wml.dom - package org.apache.wml.dom
 
org.apache.xerces.dom - package org.apache.xerces.dom
 
org.apache.xerces.dom.events - package org.apache.xerces.dom.events
 
org.apache.xerces.dom3.as - package org.apache.xerces.dom3.as
 
org.apache.xerces.impl - package org.apache.xerces.impl
 
org.apache.xerces.impl.dtd - package org.apache.xerces.impl.dtd
 
org.apache.xerces.impl.dtd.models - package org.apache.xerces.impl.dtd.models
 
org.apache.xerces.impl.dv - package org.apache.xerces.impl.dv
 
org.apache.xerces.impl.dv.dtd - package org.apache.xerces.impl.dv.dtd
 
org.apache.xerces.impl.dv.util - package org.apache.xerces.impl.dv.util
 
org.apache.xerces.impl.dv.xs - package org.apache.xerces.impl.dv.xs
 
org.apache.xerces.impl.io - package org.apache.xerces.impl.io
 
org.apache.xerces.impl.msg - package org.apache.xerces.impl.msg
 
org.apache.xerces.impl.validation - package org.apache.xerces.impl.validation
 
org.apache.xerces.impl.xpath - package org.apache.xerces.impl.xpath
 
org.apache.xerces.impl.xpath.regex - package org.apache.xerces.impl.xpath.regex
 
org.apache.xerces.impl.xs - package org.apache.xerces.impl.xs
 
org.apache.xerces.impl.xs.identity - package org.apache.xerces.impl.xs.identity
 
org.apache.xerces.impl.xs.models - package org.apache.xerces.impl.xs.models
 
org.apache.xerces.impl.xs.opti - package org.apache.xerces.impl.xs.opti
 
org.apache.xerces.impl.xs.traversers - package org.apache.xerces.impl.xs.traversers
 
org.apache.xerces.impl.xs.util - package org.apache.xerces.impl.xs.util
 
org.apache.xerces.jaxp - package org.apache.xerces.jaxp
 
org.apache.xerces.jaxp.datatype - package org.apache.xerces.jaxp.datatype
 
org.apache.xerces.jaxp.validation - package org.apache.xerces.jaxp.validation
 
org.apache.xerces.parsers - package org.apache.xerces.parsers
 
org.apache.xerces.stax - package org.apache.xerces.stax
 
org.apache.xerces.stax.events - package org.apache.xerces.stax.events
 
org.apache.xerces.util - package org.apache.xerces.util
 
org.apache.xerces.xinclude - package org.apache.xerces.xinclude
 
org.apache.xerces.xni - package org.apache.xerces.xni
 
org.apache.xerces.xni.grammars - package org.apache.xerces.xni.grammars
 
org.apache.xerces.xni.parser - package org.apache.xerces.xni.parser
 
org.apache.xerces.xpointer - package org.apache.xerces.xpointer
 
org.apache.xerces.xs - package org.apache.xerces.xs
 
org.apache.xerces.xs.datatypes - package org.apache.xerces.xs.datatypes
This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types.
org.apache.xml.serialize - package org.apache.xml.serialize
 
org.w3c.dom.html - package org.w3c.dom.html
 
OTHER_SIMPLE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The other simple data type as defined in .
otherValue - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
The "right hand" value of the content spec node.
OutputFormat - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
OutputFormat() - Constructor for class org.apache.xml.serialize.OutputFormat
Deprecated.
Constructs a new output format with the default values.
OutputFormat(String, String, boolean) - Constructor for class org.apache.xml.serialize.OutputFormat
Deprecated.
Constructs a new output format with the default values for the specified method and encoding.
OutputFormat(Document) - Constructor for class org.apache.xml.serialize.OutputFormat
Deprecated.
Constructs a new output format with the proper method, document type identifiers and media type for the specified document.
OutputFormat(Document, String, boolean) - Constructor for class org.apache.xml.serialize.OutputFormat
Deprecated.
Constructs a new output format with the proper method, document type identifiers and media type for the specified document, and with the specified encoding.
OutputFormat.Defaults - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
OutputFormat.Defaults() - Constructor for class org.apache.xml.serialize.OutputFormat.Defaults
Deprecated.
 
OutputFormat.DTD - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
OutputFormat.DTD() - Constructor for class org.apache.xml.serialize.OutputFormat.DTD
Deprecated.
 
overlapUPA(XSElementDecl, XSElementDecl, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
overlapUPA(XSElementDecl, XSWildcardDecl, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
overlapUPA(XSWildcardDecl, XSWildcardDecl) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
overlapUPA(Object, Object, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
OWNED - Static variable in class org.apache.xerces.dom.NodeImpl
 
ownerDocument - Variable in class org.apache.xerces.dom.ParentNode
Owner document.
ownerNode - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
ownerNode - Variable in class org.apache.xerces.dom.NodeImpl
 

P

ParentNode - Class in org.apache.xerces.dom
ParentNode inherits from ChildNode and adds the capability of having child nodes.
ParentNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ParentNode
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
ParentNode() - Constructor for class org.apache.xerces.dom.ParentNode
Constructor for serialization.
parentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the parent Node from the current node, after applying filter, whatToshow.
parse(XMLInputSource) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Parse an XML document.
parse(String) - Method in class org.apache.xerces.impl.dv.xs.DateDV
Parses, validates and computes normalized version of dateTime object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
Parses, validates and computes normalized version of dateTime object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.DayDV
Parses, validates and computes normalized version of gDay object
parse(String, int) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
Parses, validates and computes normalized version of duration object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
Parses, validates and computes normalized version of gMonthDay object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
Parses, validates and computes normalized version of gMonth object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
Parses, validates and computes normalized version of time object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.YearDV
Parses, validates and computes normalized version of gYear object
parse(String) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
Parses, validates and computes normalized version of gYearMonth object
parse(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates parsing to SchemaParsingConfig
parse(boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Parses the specified input source.
parse(InputSource) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
parse(InputSource) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
 
parse(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
 
parse(InputSource, DefaultHandler) - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
parse(InputSource, HandlerBase) - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
parse(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Method in class org.apache.xerces.parsers.AbstractSAXParser
parse
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Parse an XML document.
parse(String) - Method in class org.apache.xerces.parsers.DOMParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Method in class org.apache.xerces.parsers.DOMParser
parse
parse(LSInput) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document from a resource identified by an LSInput.
parse(boolean) - Method in class org.apache.xerces.parsers.DTDConfiguration
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Parses the specified input source.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
 
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
 
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLParser
parse
parse() - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Read the input stream as text, and pass the text on to the XIncludeHandler using calls to characters().
parse(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Parse an XML document.
parse(boolean) - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
Parses the document in a pull parsing fashion.
parseASInputSource(LSInput) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Deprecated.
Parse a Abstract Schema from a location identified by an LSInput.
parseASInputSource(LSInput) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Parse a Abstract Schema from a location identified by an LSInput.
parseASURI(String) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Deprecated.
Parse a Abstract Schema from a location identified by an URI reference.
parseASURI(String) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Parse a Abstract Schema from a location identified by an URI.
ParseException - Exception in org.apache.xerces.impl.xpath.regex
 
ParseException(String, int) - Constructor for exception org.apache.xerces.impl.xpath.regex.ParseException
 
parseGrammar(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Parse a grammar from a location identified by an URI.
parseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Parse a grammar from a location identified by an XMLInputSource.
parseInt(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Given start and end position, parses string value
parseIntYear(String, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.Constants
Internal performance related feature: false - the parser settings (features/properties) have not changed between 2 parses true - the parser settings have changed between 2 parses NOTE: this feature should only be set by the parser configuration.
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.XMLEntityManager
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.XMLScanner
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.util.ParserConfigurationSettings
 
PARSER_SETTINGS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
ParserConfigurationSettings - Class in org.apache.xerces.util
This class implements the basic operations for managing parser configuration features and properties.
ParserConfigurationSettings() - Constructor for class org.apache.xerces.util.ParserConfigurationSettings
Default Constructor.
ParserConfigurationSettings(XMLComponentManager) - Constructor for class org.apache.xerces.util.ParserConfigurationSettings
Constructs a parser configuration settings object with a parent settings object.
parseSchema(XMLInputSource, XSDDescription, Hashtable) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
This method initiates the parse of a schema.
parseSecond(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
parseSecond(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
 
parseTimeZone(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Shared code from Date and YearMonth datatypes.
parseURI(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document from a location identified by an URI reference.
parseWithContext(LSInput, Node, short) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document or fragment from a resource identified by an LSInput and insert the content into an existing document at the position epcified with the contextNode and action arguments.
parseXPointer(String) - Method in class org.apache.xerces.xpointer.XPointerHandler
Parses the XPointer framework expression and delegates scheme specific parsing.
parseXPointer(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
Provides scheme specific parsing of a XPointer expression i.e.
parseXPointer(String) - Method in interface org.apache.xerces.xpointer.XPointerProcessor
Parses an XPointer expression.
PARTIAL_VALIDITY_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Checks for whether this node is partially valid.
PARTICLE - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a particle.
PARTICLE_ELEMENT - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_EMPTY - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_MODELGROUP - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_WILDCARD - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
PARTICLE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
 
pattern - Variable in class org.apache.xerces.impl.dv.XSFacets
string containing value of pattern facet, for multiple patterns values are ORed together.
patternAnnotations - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
patternAnnotations - Variable in class org.apache.xerces.impl.dv.XSFacets
 
PC_LAX - Static variable in interface org.apache.xerces.xs.XSWildcard
If the item, or any items among its [children] is an element information item, has a uniquely determined declaration available, it must be valid with respect to that definition, that is, validate where you can and do not worry when you cannot.
PC_SKIP - Static variable in interface org.apache.xerces.xs.XSWildcard
No constraints at all: the item must simply be well-formed XML.
PC_STRICT - Static variable in interface org.apache.xerces.xs.XSWildcard
There must be a top-level declaration for the item available, or the item must have an xsi:type, and the item must be valid as appropriate.
pcdata(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The appearance of "#PCDATA" within a group signifying a mixed content model.
pcdata(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The appearance of "#PCDATA" within a group signifying a mixed content model.
pcdata(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The appearance of "#PCDATA" within a group signifying a mixed content model.
pcdata(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The appearance of "#PCDATA" within a group signifying a mixed content model.
pcdata(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The appearance of "#PCDATA" within a group signifying a mixed content model.
peek() - Method in class org.apache.xerces.util.IntStack
Peeks at the top of the stack.
peekChar() - Method in class org.apache.xerces.impl.XML11EntityScanner
Returns the next character on the input.
peekChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the next character on the input.
performIntersectionWith(XSWildcardDecl, short) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Schema Component Constraint: Attribute Wildcard Intersection
performUnionWith(XSWildcardDecl, short) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Schema Component Constraint: Attribute Wildcard Union
pop() - Method in class org.apache.xerces.util.IntStack
Pops a value off of the stack.
popContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Pops a context off of the stack.
popContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
popContext() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
popContext() - Method in class org.apache.xerces.util.NamespaceSupport
 
popContext() - Method in interface org.apache.xerces.xni.NamespaceContext
Revert to the previous Namespace context.
popElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Pops an element off of the stack by setting the values of the specified QName.
popScope() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
Pops the current scope.
position - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Position in character buffer.
POSITIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The positive integer data type as defined in .
POSITIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
positiveInteger
precedes(Node, Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
PRECISIONDECIMAL_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
PREFIX - Static variable in class org.apache.xerces.dom.DOMNormalizer
prefix added by namespace fixup algorithm should follow a pattern "NS" + index
prefix - Variable in class org.apache.xerces.xni.QName
The qname prefix.
PREFIX - Static variable in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
PREFIX - Static variable in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
PREFIX_XML - Static variable in class org.apache.xerces.util.XMLSymbols
The internalized "xml" prefix.
PREFIX_XMLNS - Static variable in class org.apache.xerces.util.XMLSymbols
The internalized "xmlns" prefix.
prefixBoundToNullURI(String, String) - Method in class org.apache.xerces.impl.XML11NamespaceBinder
 
prefixBoundToNullURI(String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
 
prefixes - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
Association between namespace URIs (keys) and prefixes (values).
prepare() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
prepareAndPopulateTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
Prepares the table view of the attributes list for use, and populates it with the attributes which have been previously read.
prepareTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
Prepares the table view of the attributes list for use.
preparseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Parse a grammar from a location identified by an XMLInputSource.
preserveSpace - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if element is space preserving.
PRETTY_PRINT - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
prev - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
The previous entry.
preventDefault - Variable in class org.apache.xerces.dom.events.EventImpl
 
preventDefault() - Method in class org.apache.xerces.dom.events.EventImpl
Prevents any default processing built into the target node from occurring.
previousNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the previous Node in the Iterator.
previousNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous Node from the current node, after applying filter, whatToshow.
previousSibling - Variable in class org.apache.xerces.dom.ChildNode
Previous sibling.
previousSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous sibling Node from the current node, after applying filter, whatToshow.
PRIMITIVE_ANYURI - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"anyURI" type
PRIMITIVE_BASE64BINARY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"base64Binary" type
PRIMITIVE_BOOLEAN - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"boolean" type
PRIMITIVE_DATE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"date" type
PRIMITIVE_DATETIME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"dataTime" type
PRIMITIVE_DECIMAL - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"decimal" type
PRIMITIVE_DOUBLE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"double" type
PRIMITIVE_DURATION - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"duration" type
PRIMITIVE_FLOAT - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"float" type
PRIMITIVE_GDAY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"gDay" type
PRIMITIVE_GMONTH - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"gMonth" type
PRIMITIVE_GMONTHDAY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"gMonthDay" type
PRIMITIVE_GYEAR - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"gYear" type
PRIMITIVE_GYEARMONTH - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"gYearMonth" type
PRIMITIVE_HEXBINARY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"hexBinary" type
PRIMITIVE_NOTATION - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"NOTATION" type
PRIMITIVE_PRECISIONDECIMAL - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"precisionDecimal" type
PRIMITIVE_QNAME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"QName" type
PRIMITIVE_STRING - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"string" type
PRIMITIVE_TIME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
"time" type
print() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Prints out the tables.
print() - Method in class org.apache.xerces.util.IntStack
Prints the stack.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Set to true and recompile to print exception stack trace.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Set to true and recompile to print exception stack trace.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Set to true and recompile to print exception stack trace.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Set to true and recompile to print exception stack trace.
printAttributes(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
printCDATAText(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
printCDATAText(String) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
printDoctypeURL(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Print a document type public or system identifier URL.
printDOM() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
printElements() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
Printer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
Printer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.Printer
Deprecated.
 
printEscaped(int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
printEscaped(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Escapes a string so it may be printed as text content or attribute value.
printEscaped(String) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
printEscaped(String) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
printSpace() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Called to print a single space between text parts that may be broken into separate lines.
printSpace() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Called to print additional text with whitespace handling.
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
printText(String) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Called to print additional text.
printText(StringBuffer) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
printText(char) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
printText(String) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
printText(StringBuffer) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
printText(char) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
printXMLChar(int) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
printXMLChar(int) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
print text data
processAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Processes the XMLAttributes object of startElement() calls.
processExternalHints(String, String, Hashtable, XMLErrorReporter) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
processingInstruction(String, String) - Method in class org.apache.html.dom.HTMLBuilder
 
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
A processing instruction.
processingInstruction(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
ProcessingInstructionImpl - Class in org.apache.xerces.dom
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
ProcessingInstructionImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ProcessingInstructionImpl
Factory constructor.
ProcessingInstructionImpl - Class in org.apache.xerces.stax.events
 
ProcessingInstructionImpl(String, String, Location) - Constructor for class org.apache.xerces.stax.events.ProcessingInstructionImpl
 
processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
processXMLBaseAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Search for a xml:base attribute, and if one is found, put the new base URI into effect.
processXMLLangAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Search for a xml:lang attribute, and if one is found, put the new [language] into effect.
PSVI - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
PSVI_AUGMENT - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
PSVI_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
PSVIAttrNSImpl - Class in org.apache.xerces.dom
Attribute namespace implementation; stores PSVI attribute items.
PSVIAttrNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.PSVIAttrNSImpl
Construct an attribute node.
PSVIAttrNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.PSVIAttrNSImpl
Construct an attribute node.
PSVIDocumentImpl - Class in org.apache.xerces.dom
Our own document implementation, which knows how to create an element with PSVI information.
PSVIDocumentImpl() - Constructor for class org.apache.xerces.dom.PSVIDocumentImpl
Create a document.
PSVIDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.PSVIDocumentImpl
For DOM2 support.
PSVIDOMImplementationImpl - Class in org.apache.xerces.dom
The DOMImplementation class is description of a particular implementation of the Document Object Model.
PSVIDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.PSVIDOMImplementationImpl
 
PSVIElementNSImpl - Class in org.apache.xerces.dom
Element namespace implementation; stores PSVI element items.
PSVIElementNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.PSVIElementNSImpl
Construct an element node.
PSVIElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.PSVIElementNSImpl
Construct an element node.
PSVIProvider - Interface in org.apache.xerces.xs
This interface provides access to the post schema validation infoset for an API that provides a streaming document infoset, such as SAX, XNI, and others.
publicID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
publicId - Variable in class org.apache.xerces.dom.EntityImpl
Public identifier.
publicId - Variable in class org.apache.xerces.dom.NotationImpl
Public identifier.
publicId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
publicId
publicId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
publicId
publicId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
publicId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
push(int) - Method in class org.apache.xerces.util.IntStack
Pushes a value onto the stack.
pushContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Pushes a new context onto the stack.
pushContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
pushContext() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
pushContext() - Method in class org.apache.xerces.util.NamespaceSupport
 
pushContext() - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
Pushes a new context onto the stack.
pushContext() - Method in interface org.apache.xerces.xni.NamespaceContext
Start a new Namespace context.
pushElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Pushes an element on the stack.
pushScope() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
Begins a new scope.
put(String, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
Associates the given value with the specified key tuple.
put(Object, Object) - Method in class org.apache.xerces.util.SymbolHash
Adds the key/value mapping to the key table.
putElementNameMapping(QName, int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
putGrammar(DTDGrammar) - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
Puts the specified grammar into the grammar pool and associate it to a root element name (this being internal, the lack of generality is irrelevant).
putGrammar(SchemaGrammar) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
Put a schema grammar into the registry This method is for internal use only: it assumes that a grammar with the same target namespace is not already in the bucket.
putGrammar(SchemaGrammar, boolean) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
put a schema grammar and any grammars imported by it (directly or inderectly) into the registry.
putGrammar(SchemaGrammar, boolean, boolean) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
put a schema grammar and any grammars imported by it (directly or inderectly) into the registry.
putGrammar(Grammar) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Puts the specified grammar into the grammar pool and associates it to its root element name or its target namespace.
putIANA2JavaMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
Deprecated.
Use of this method is not recommended. Its effect is JVM wide and may cause unforeseen behaviour for other applications running in the system.
putIdentifier(String, Element) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Registers an identifier name with a specified element node.
putIdentifier(String, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Registers an identifier name with a specified element node.
putItem(String, Object) - Method in class org.apache.xerces.util.AugmentationsImpl
Add additional information identified by a key to the Augmentations structure.
putItem(String, Object) - Method in interface org.apache.xerces.xni.Augmentations
Add additional information identified by a key to the Augmentations structure.
putJava2IANAMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
Deprecated.
Use of this method is not recommended. Its effect is JVM wide and may cause unforeseen behaviour for other applications running in the system.
putMessageFormatter(String, MessageFormatter) - Method in class org.apache.xerces.impl.XMLErrorReporter
Registers a message formatter for the specified domain.

Q

QNAME - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Type: qualified name.
QName - Class in org.apache.xerces.xni
A structure that holds the components of an XML Namespaces qualified name.
QName() - Constructor for class org.apache.xerces.xni.QName
Default constructor.
QName(String, String, String, String) - Constructor for class org.apache.xerces.xni.QName
Constructs a QName with the specified values.
QName(QName) - Constructor for class org.apache.xerces.xni.QName
Constructs a copy of the specified QName.
QNAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
Then XML qualified name data type as defined in .
QNAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
QName
QNameDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "QName" and "NOTATION"
QNameDV() - Constructor for class org.apache.xerces.impl.dv.xs.QNameDV
 
quoteMeta(String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
 

R

RangeExceptionImpl - Exception in org.apache.xerces.dom
 
RangeExceptionImpl(short, String) - Constructor for exception org.apache.xerces.dom.RangeExceptionImpl
 
RangeImpl - Class in org.apache.xerces.dom
The RangeImpl class implements the org.w3c.dom.range.Range interface.
RangeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.RangeImpl
The constructor.
rangeReferenceQueue - Variable in class org.apache.xerces.dom.DocumentImpl
Reference queue for cleared Range references
ranges - Variable in class org.apache.xerces.dom.DocumentImpl
Ranges
rawname - Variable in class org.apache.xerces.xni.QName
The qname rawname.
rawName - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
The element's raw tag name (local or prefix:local).
read() - Method in class org.apache.xerces.impl.io.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.ASCIIReader
Read characters into a portion of an array.
read() - Method in class org.apache.xerces.impl.io.Latin1Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.Latin1Reader
Read characters into a portion of an array.
read() - Method in class org.apache.xerces.impl.io.UCSReader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.UCSReader
Read characters into a portion of an array.
read() - Method in class org.apache.xerces.impl.io.UTF16Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.UTF16Reader
Read characters into a portion of an array.
read() - Method in class org.apache.xerces.impl.io.UTF8Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.UTF8Reader
Read characters into a portion of an array.
read() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
read(byte[], int, int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
readAndBuffer() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
reader - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Reader.
READONLY - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
READONLY - Static variable in class org.apache.xerces.dom.NodeImpl
 
ready() - Method in class org.apache.xerces.impl.io.ASCIIReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.xerces.impl.io.Latin1Reader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.xerces.impl.io.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.xerces.impl.io.UTF16Reader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.xerces.impl.io.UTF8Reader
Tell whether this stream is ready to be read.
reconcileDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Reconcile default attributes.
reconcileDefaults(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
Get this AttributeMap in sync with the given "defaults" map.
REDEF_IDENTIFIER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
registerPreparser(String, XMLGrammarLoader) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
registerSerializerFactory(SerializerFactory) - Static method in class org.apache.xml.serialize.SerializerFactory
Deprecated.
Register a serializer factory, keyed by the given method string.
RegularExpression - Class in org.apache.xerces.impl.xpath.regex
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
RegularExpression(String) - Constructor for class org.apache.xerces.impl.xpath.regex.RegularExpression
Creates a new RegularExpression instance.
RegularExpression(String, String) - Constructor for class org.apache.xerces.impl.xpath.regex.RegularExpression
Creates a new RegularExpression instance with options.
RegularExpression(String, String, Locale) - Constructor for class org.apache.xerces.impl.xpath.regex.RegularExpression
Creates a new RegularExpression instance with options.
rehash() - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Increases the capacity of and internally reorganizes this SymbolTable, in order to accommodate and access its entries more efficiently.
rehash() - Method in class org.apache.xerces.util.SymbolTable
Increases the capacity of and internally reorganizes this SymbolTable, in order to accommodate and access its entries more efficiently.
remove(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
removeAll() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
NON-DOM remove all elements from this map
removeAllAttributes() - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
removeAllAttributes() - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes all of the attributes.
removeAllAttributes() - Method in interface org.apache.xerces.xni.XMLAttributes
Removes all of the attributes.
removeAllItems() - Method in class org.apache.xerces.util.AugmentationsImpl
Remove all objects from the Augmentations structure.
removeAllItems() - Method in interface org.apache.xerces.xni.Augmentations
Remove all objects from the Augmentations structure.
removeAS(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Removes only the specified ASModel from the list of ASModels.
removeAS(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Removes only the specified ASModel from the list of ASModels.
removeAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Removes a ASModel associated with a document.
removeASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Removes an ASAttributeDeclaration from the element being declared.
removeAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Remove the named attribute from this Element.
removeAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
removeAttributeAt(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
removeAttributeAt(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes the attribute at the specified index.
removeAttributeAt(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Removes the attribute at the specified index.
removeAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Remove the specified attribute/value pair.
removeAttributeNode(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
removeAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
removeAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
removeChild(Node) - Method in class org.apache.xerces.dom.AttrImpl
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since insertBefore caches the docElement (and, currently, docType), removeChild has to know how to undo the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
removeChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.ParentNode
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
removeData() - Method in class org.apache.xerces.dom.TextImpl
NON-DOM (used by DOMParser: Sets data to empty string.
removeDocument(int) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
removeEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
 
removeGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.
removeIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Deprecated.
Use of this method is not recommended. Its effect is JVM wide and may cause unforeseen behaviour for other applications running in the system.
removeIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Removes a previously registered element with the specified identifier name.
removeItem(Node, boolean) - Method in class org.apache.xerces.dom.AttributeMap
NON-DOM: Remove the node object NOTE: Specifically removes THIS NODE -- not the node with this name, nor the node with these contents.
removeItem(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
NON-DOM: Remove attribute at specified index
removeItem(String) - Method in class org.apache.xerces.util.AugmentationsImpl
Remove additional info from the Augmentations structure
removeItem(String) - Method in interface org.apache.xerces.xni.Augmentations
Remove additional info from the Augmentations structure
removeJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Deprecated.
Use of this method is not recommended. Its effect is JVM wide and may cause unforeseen behaviour for other applications running in the system.
removeMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Removes the message formatter for the specified domain and returns the removed message formatter.
removeNamedItem(String) - Method in class org.apache.xerces.dom.AttributeMap
 
removeNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
removeNamedItem(String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Removes an ASObject specified by a nodeName.
removeNamedItem(String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.AttributeMap
Introduced in DOM Level 2.
removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
removeNamedItemNS(String, String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Removes an ASObject specified by a namespace URI and a local name.
removeNamedItemNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
removeNode(Node) - Method in class org.apache.xerces.dom.NodeIteratorImpl
Fix-up the iterator on a remove.
removeProhibitedAttrs() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
removesubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Removes the ASObject in the submodel.
removeWhiteSpace(char[]) - Static method in class org.apache.xerces.impl.dv.util.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
renameNode(Node, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
renameNode(Node, String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
DOM Level 3
replaceAttributeUse(XSAttributeUse, XSAttributeUseImpl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since we cache the docElement (and, currently, docType), replaceChild has to update the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
replaceData(int, int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Replace a series of characters at the specified (zero-based) offset with a new string, NOT necessarily of the same length.
replaceData(String) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM (used by DOMParser): Reset data for the node.
replaceData(int, int, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceWholeText(String) - Method in class org.apache.xerces.dom.TextImpl
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
replaceWholeText(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
 
reportDOMError(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, short, String) - Static method in class org.apache.xerces.dom.DOMNormalizer
Reports a DOM error to the user handler.
reportError(String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error.
reportError(String, String, Object[], short, Exception) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error.
reportError(XMLLocator, String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error at a specific location.
reportError(XMLLocator, String, String, Object[], short, Exception) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error at a specific location.
reportError(String, Object[]) - Method in interface org.apache.xerces.impl.xs.identity.ValueStore
Since the valueStore will have access to an error reporter, this allows it to be called appropriately.
reportError(String, Object[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
reportError(String, String, Object[], short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
reportError(XMLLocator, String, String, Object[], short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
reportFatalError(String, Object[]) - Method in class org.apache.xerces.impl.XMLScanner
Convenience function used in all XML scanners.
reportFatalError(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reportFatalError(String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reportFatalError(String, Object[], Exception) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reportResourceError(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reportResourceError(String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reportResourceError(String, Object[], Exception) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reset() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
reset() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
reset all components before parsing
reset() - Method in class org.apache.xerces.dom.DOMErrorImpl
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XML11DTDValidator
 
reset() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
reset() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
reset() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
reset the state of this object
reset() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
reset() - Method in class org.apache.xerces.impl.dv.XSFacets
 
reset() - Method in class org.apache.xerces.impl.io.ASCIIReader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.io.Latin1Reader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.io.UCSReader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.io.UTF16Reader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.io.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.validation.ValidationManager
 
reset() - Method in class org.apache.xerces.impl.validation.ValidationState
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
reset
reset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLEntityManager
Resets the component.
reset() - Method in class org.apache.xerces.impl.XMLEntityManager
 
reset() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
reset(SymbolTable, XMLEntityManager, XMLErrorReporter) - Method in class org.apache.xerces.impl.XMLEntityScanner
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLErrorReporter
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLScanner
 
reset() - Method in class org.apache.xerces.impl.XMLScanner
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLVersionDetector
 
reset() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
Reset()
reset() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
Reset() should be called in validator startElement(..) method.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
reset() - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Reset SchemaParsingConfig
reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Reset all components before parsing.
reset() - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
clear the internal registry of substitutionGroup information
reset(SymbolTable) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
reset(XMLErrorReporter) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
reset() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
reset() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
reset() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
reset() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
reset() - Method in class org.apache.xerces.impl.xs.XSDDescription
resets all the fields
reset() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
reset() - Method in class org.apache.xerces.impl.xs.XSElementDecl
Reset current element declaration
reset() - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
Clear the registry.
reset() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
reset() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
reset() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
reset() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
reset() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Resets the parser state.
reset() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
reset all components before parsing
reset() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
reset all components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.DOMParserImpl
Resets the parser state.
reset() - Method in class org.apache.xerces.parsers.DTDConfiguration
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all XML 1.0 components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
reset all XML 1.0 components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
reset all XML 1.0 components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.XMLParser
reset all components before parsing
reset() - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
reset() - Method in class org.apache.xerces.util.NamespaceSupport
 
reset() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
Only resets the current scope -- all namespaces defined in lower scopes remain valid after a call to reset.
reset(XMLComponentManager) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
reset() - Method in interface org.apache.xerces.xni.NamespaceContext
Reset this Namespace support object for reuse.
reset(XMLComponentManager) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Resets the component.
reset() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
reset() - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
reset() - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
resetCommon() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all common components before parsing
resetCommon() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
reset all common components before parsing
resetCommon() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
reset all common components before parsing
resetComponents() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
resetDateObj(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Resets object representation of date/time
resetIDTables() - Method in class org.apache.xerces.impl.validation.ValidationState
The same validation state can be used to validate more than one (schema) validation roots.
resetNodeCount() - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
 
resetNodePool() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
ResetNodePool on SchemaParsingConfig
resetNodePool() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
 
resetXML10() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Reset all XML 1.0 components before parsing
resetXML11() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Reset all XML 1.1 components before parsing
resetXML11() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all components before parsing and namespace context
resetXML11() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
reset all components before parsing and namespace context
resetXML11() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
reset all components before parsing and namespace context
RESOLVE_DTD_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Resolve DTD URIs feature ("resolve-dtd-uris").
resolveDocument(XSDDescription, Hashtable, XMLEntityResolver) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
This method tries to resolve location of the given schema.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.impl.XMLEntityManager
Resolves the specified public and system identifiers.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
Resolves an external parsed entity.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
Resolves an external parsed entity.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.EntityResolverWrapper
Resolves an external parsed entity.
resolveEntity(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Resolves an external entity.
resolveEntity(String, String, String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Resolves an external entity.
resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.XMLCatalogResolver
Resolves an external entity.
resolveEntity(XMLResourceIdentifier) - Method in interface org.apache.xerces.xni.parser.XMLEntityResolver
Resolves an external parsed entity.
resolveExternalSubsetAndRead() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
Attempt to locate an external subset for a document that does not otherwise have one.
resolveIdentifier(XMLResourceIdentifier) - Method in class org.apache.xerces.util.XMLCatalogResolver
Resolves an identifier using the catalog.
resolveKeyRefs() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
resolveNamespace(Element, Attr[], SchemaNamespaceSupport) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
resolvePublic(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the URI mapping in the catalog for the given external identifier or null if no mapping exists.
resolveResource(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Resolves a resource using the catalog.
resolveSystem(String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the URI mapping in the catalog for the given external identifier or null if no mapping exists.
resolveURI(String) - Method in class org.apache.xerces.util.XMLCatalogResolver
Returns the URI mapping in the catalog for the given URI reference or null if no mapping exists.
resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in class org.apache.xerces.xpointer.XPointerHandler
 
resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in interface org.apache.xerces.xpointer.XPointerPart
Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.
resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in interface org.apache.xerces.xpointer.XPointerProcessor
Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.
restoreBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Discards the URIs at the top of the stack, and restores the ones beneath it.
restoreLanguage() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Discards the language at the top of the stack, and returns the one beneath it.
retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve a particular grammar.
retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
retrieveGrammar(XMLGrammarDescription) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve the initial set of grammars for the validator to work with.
retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
retrieveInitialGrammarSet(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
retrieve the initial known set of grammars.
returnAttrArray(Object[], XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
REUtil - Class in org.apache.xerces.impl.xpath.regex
 
RevalidationHandler - Interface in org.apache.xerces.impl
DOM Revalidation handler adds additional functionality to XMLDocumentHandler
rewind() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
ROOT_ELEMENT_DECL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: root element declaration.
ROOT_ELEMENT_DECL - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: root element declaration.
ROOT_ELEMENT_DECL - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: root element declaration.
ROOT_ELEMENT_DECLARATION_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Schema element declaration for the root element in a document ("validation/schema/root-element-declaration").
ROOT_TYPE_DEF - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: root type definition.
ROOT_TYPE_DEF - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: root type definition.
ROOT_TYPE_DEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: root type definition.
ROOT_TYPE_DEFINITION_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Schema type for the root element in a document ("validation/schema/root-type-definition").
rootNode - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

S

sameBaseURIAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns true if the current [base URI] is the same as the [base URI] that was in effect on the include parent.
sameLanguageAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Returns true if the current [language] is equivalent to the [language] that was in effect on the include parent, taking case-insensitivity into account as per [RFC 3066].
saveBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
Saves the current base URI to the top of the stack.
saveEnclosingAttr(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Pre-mutation context check, in preparation for later generating DOMAttrModified events.
saveLanguage(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Saves the given language on the top of the stack.
saveUnnormalized(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
saveXML(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
SAX_CONTENTHANDLER - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.xml.sax.ContentHandler.
SAX_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
SAX feature prefix ("http://xml.org/sax/features/").
SAX_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
SAX property prefix ("http://xml.org/sax/properties/").
SAXInputSource - Class in org.apache.xerces.util
An XMLInputSource analogue to javax.xml.transform.sax.SAXSource.
SAXInputSource() - Constructor for class org.apache.xerces.util.SAXInputSource
 
SAXInputSource(InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
 
SAXInputSource(XMLReader, InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
 
SAXLocatorWrapper - Class in org.apache.xerces.util
A light wrapper around a SAX locator.
SAXLocatorWrapper() - Constructor for class org.apache.xerces.util.SAXLocatorWrapper
 
SAXMessageFormatter - Class in org.apache.xerces.util
Used to format SAX error messages using a specified locale.
SAXMessageFormatter() - Constructor for class org.apache.xerces.util.SAXMessageFormatter
 
SAXParser - Class in org.apache.xerces.parsers
This is the main Xerces SAX parser class.
SAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified parser configuration.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the dtd/xml schema parser configuration.
SAXParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table.
SAXParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table and grammar pool.
SAXParserFactoryImpl - Class in org.apache.xerces.jaxp
This is the implementation specific class for the javax.xml.parsers.SAXParserFactory.
SAXParserFactoryImpl() - Constructor for class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
SAXParserImpl - Class in org.apache.xerces.jaxp
This is the implementation specific class for the javax.xml.parsers.SAXParser.
SAXParserImpl.JAXPSAXParser - Class in org.apache.xerces.jaxp
Extension of SAXParser.
SAXParserImpl.JAXPSAXParser() - Constructor for class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
 
scanAttDefaultDecl(String, String, String, XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an attribute default declaration
scanAttlistDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an attlist declaration
scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Scans an attribute.
scanAttribute(XMLAttributes) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an attribute.
scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Scans an attribute.
scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XMLScanner
Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
scanCDATASection(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a CDATA section.
scanChar() - Method in class org.apache.xerces.impl.XML11EntityScanner
Returns the next character on the input.
scanChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the next character on the input.
scanCharReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a character reference.
scanCharReferenceValue(XMLStringBuffer, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans a character reference and append the corresponding chars to the specified buffer.
scanComment() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a comment.
scanComment() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans a comment.
scanComment(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans a comment.
scanContent() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Scans element content.
scanContent(XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
scanContent() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans element content.
scanContent(XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XML11EntityScanner
Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately.
scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
scanDecls(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Dispatch an XML "event".
scanDoctypeDecl() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a doctype declaration.
scanDocument(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a document.
scanDocument(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
Scans a document.
scanDTDExternalSubset(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans the external subset of the document.
scanDTDExternalSubset(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Scans the external subset of the document.
scanDTDInternalSubset(boolean, boolean, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans the internal subset of the document.
scanDTDInternalSubset(boolean, boolean, boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Scans the internal subset of the document.
scanElementDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an element declaration
scanEndElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Scans an end element.
scanEndElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an end element.
scanEndElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Scans an end element.
scanEntityReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an entity reference.
scanEntityValue(XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an entity value.
scanExternalID(String[], boolean) - Method in class org.apache.xerces.impl.XMLScanner
Scans External ID and return the public and system IDs.
scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Scan for DOCTYPE hook.
scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
Scan for DOCTYPE hook.
scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.xerces.impl.XML11EntityScanner
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanName() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanNCName() - Method in class org.apache.xerces.impl.XML11EntityScanner
Returns a string matching the NCName production appearing immediately on the input as a symbol, or null if no NCName string is present.
scanNCName() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns a string matching the NCName production appearing immediately on the input as a symbol, or null if no NCName string is present.
SCANNER_STATE_CDATA - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: CDATA section.
SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: comment.
SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: content.
SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: DOCTYPE.
SCANNER_STATE_DTD_EXTERNAL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: open DTD external subset.
SCANNER_STATE_DTD_EXTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: DTD external declarations.
SCANNER_STATE_DTD_INTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: DTD internal declarations.
SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: end of input.
SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: end of input.
SCANNER_STATE_MARKUP_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: markup declaration.
SCANNER_STATE_PI - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: processing instruction.
SCANNER_STATE_PROLOG - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: prolog.
SCANNER_STATE_REFERENCE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: reference.
SCANNER_STATE_ROOT_ELEMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: root element.
SCANNER_STATE_START_OF_MARKUP - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: start of markup.
SCANNER_STATE_TERMINATED - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: terminated.
SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: Text declaration.
SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: text declaration.
SCANNER_STATE_TRAILING_MISC - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: trailing misc.
SCANNER_STATE_XML_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: XML declaration.
scanningInternalSubset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
 
scanNmtoken() - Method in class org.apache.xerces.impl.XML11EntityScanner
Returns a string matching the NMTOKEN production appearing immediately on the input as a symbol, or null if NMTOKEN Name string is present.
scanNmtoken() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns a string matching the NMTOKEN production appearing immediately on the input as a symbol, or null if NMTOKEN Name string is present.
scanPI() - Method in class org.apache.xerces.impl.XMLScanner
Scans a processing instruction.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a processing data.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans a processing data.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans a processing data.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans a pseudo attribute.
scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
Scans public ID literal.
scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
Scans public ID literal.
scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans public ID literal.
scanQName(QName) - Method in class org.apache.xerces.impl.XML11EntityScanner
Scans a qualified name from the input, setting the fields of the QName structure appropriately.
scanQName(QName) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a qualified name from the input, setting the fields of the QName structure appropriately.
scanRootElementHook() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
Scan for root element hook.
scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Scan for root element hook.
scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
Scan for root element hook.
scanRootElementHook() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
Scan for root element hook.
scanStartElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Scans a start element.
scanStartElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a start element.
scanStartElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Scans a start element.
scanStartElementAfterName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Scans the remainder of a start or empty tag after the element name.
scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans the remainder of a start or empty tag after the element name.
scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Scans the remainder of a start or empty tag after the element name.
scanStartElementName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
Scans the name of an element in a start or empty tag.
scanStartElementName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans the name of an element in a start or empty tag.
scanStartElementName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
Scans the name of an element in a start or empty tag.
scanSurrogates(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans surrogates and append them to the specified buffer.
scanTextDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Dispatch an XML "event".
scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an XML or text declaration.
scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.xerces.impl.XMLScanner
Scans an XML or text declaration.
SCHEMA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
SCHEMA_1_1_SUPPORT - Static variable in class org.apache.xerces.impl.Constants
 
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.Constants
Augment Post-Schema-Validation-Infoset
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: augment PSVI
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: augment PSVI
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: augment PSVI
SCHEMA_DOMAIN - Static variable in class org.apache.xerces.impl.xs.XSMessageFormatter
The domain of messages concerning the XML Schema: Structures specification.
SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: Schema DV Factory
SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: Schema DV Factory
SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: Schema DV Factory
SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: Schema DV Factory
SCHEMA_DV_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: Schema DV Factory
SCHEMA_DV_FACTORY_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Schema element declaration for the root element in a document ("internal/validation/schema/dv-factory").
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.Constants
Send schema default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: send element default value via characters()
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.Constants
Schema full constraint checking ("validation/schema-full-checking").
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: schema full checking
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: schema full checking
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.impl.Constants
JAXP schemaSource language: when used internally may include DTD namespace (DOM)
SCHEMA_LOCATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: schema location.
SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.Constants
No namespace schema location property ("schema/external-schemaLocation").
SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: schema location.
SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: schema location.
SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: schema location.
SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: no namespace schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.Constants
Schema location property ("schema/external-noNamespaceSchemaLocation").
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: no namespace schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: no namespace schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: no namespace schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: no namespace schema location.
SCHEMA_NORMALIZED_VALUE - Static variable in class org.apache.xerces.impl.Constants
Expose schema normalized values
SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.Constants
JAXP schemaSource property: when used internally may include DTD sources (DOM)
SCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: validation.
SCHEMA_VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: schema validation.
SCHEMA_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Schema validation feature ("validation/schema").
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator/schema").
SCHEMA_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
 
SCHEMA_VERSION_1_0_EXTENDED - Static variable in class org.apache.xerces.impl.Constants
 
SchemaDateTimeException - Exception in org.apache.xerces.impl.dv.xs
 
SchemaDateTimeException() - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
 
SchemaDateTimeException(String) - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
 
schemaDocument2SystemId(XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
SchemaDOM - Class in org.apache.xerces.impl.xs.opti
 
SchemaDOM() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOM
 
SchemaDOMParser - Class in org.apache.xerces.impl.xs.opti
 
SchemaDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Default constructor.
SchemaDVFactory - Class in org.apache.xerces.impl.dv
Defines a factory API that enables applications to
SchemaDVFactory() - Constructor for class org.apache.xerces.impl.dv.SchemaDVFactory
 
SchemaDVFactoryImpl - Class in org.apache.xerces.impl.dv.xs
the factory to create/return built-in schema 1.0 DVs and create user-defined DVs
SchemaDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
 
SchemaGrammar - Class in org.apache.xerces.impl.xs
This class is to hold all schema component declaration that are declared within one namespace.
SchemaGrammar() - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
 
SchemaGrammar(String, XSDDescription, SymbolTable) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
Default constructor.
SchemaGrammar(SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
 
SchemaGrammar.BuiltinSchemaGrammar - Class in org.apache.xerces.impl.xs
 
SchemaGrammar.BuiltinSchemaGrammar(int, short) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
Special constructor to create the grammars for the schema namespaces
SchemaGrammar.Schema4Annotations - Class in org.apache.xerces.impl.xs
A partial schema for schemas for validating annotations.
SchemaNamespaceSupport - Class in org.apache.xerces.impl.xs
This class customizes the behaviour of the util.NamespaceSupport class in order to easily implement some features that we need for efficient schema handling.
SchemaNamespaceSupport(Element, SymbolTable) - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
 
SchemaNamespaceSupport(SchemaNamespaceSupport) - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
 
SchemaParsingConfig - Class in org.apache.xerces.impl.xs.opti
 
SchemaParsingConfig() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Default constructor.
SchemaParsingConfig(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Constructs a parser configuration using the specified symbol table.
SchemaParsingConfig(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Constructs a parser configuration using the specified symbol table and grammar pool.
SchemaParsingConfig(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SchemaSymbols - Class in org.apache.xerces.impl.xs
Collection of symbols used to parse a Schema Grammar.
SchemaSymbols() - Constructor for class org.apache.xerces.impl.xs.SchemaSymbols
 
scope - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
scope
SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
 
SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
 
SCOPE_ABSENT - Static variable in interface org.apache.xerces.xs.XSConstants
The scope of a declaration within named model groups or attribute groups is absent.
SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
 
SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
 
SCOPE_GLOBAL - Static variable in interface org.apache.xerces.xs.XSConstants
A scope of global identifies top-level declarations.
SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
 
SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
 
SCOPE_LOCAL - Static variable in interface org.apache.xerces.xs.XSConstants
Locally scoped declarations are available for use only within the complex type.
search(Object, int) - Method in class org.apache.xerces.util.SymbolHash
 
searchForRecursiveIncludes(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Checks if the file indicated by the given system id has already been included in the current stack.
SECURITY_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
property identifier: security manager.
SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLEntityManager
property identifier: security manager.
SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: security manager.
SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
SECURITY_MANAGER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
property identifier: security manager.
SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Security manager property ("security-manager").
SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.parsers.SecurityConfiguration
 
SecurityConfiguration - Class in org.apache.xerces.parsers
This configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed.
SecurityConfiguration() - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Default constructor.
SecurityConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table.
SecurityConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
SecurityConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SecurityManager - Class in org.apache.xerces.util
This class is a container for parser settings that relate to security, or more specifically, it is intended to be used to prevent denial-of-service attacks from being launched against a system running Xerces.
SecurityManager() - Constructor for class org.apache.xerces.util.SecurityManager
Default constructor.
select() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
select() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
Selector - Class in org.apache.xerces.impl.xs.identity
Schema identity constraint selector.
Selector(Selector.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Selector
Constructs a selector.
Selector.Matcher - Class in org.apache.xerces.impl.xs.identity
Selector matcher.
Selector.Matcher(Selector.XPath, FieldActivator, int) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.Matcher
Constructs a selector matcher.
Selector.XPath - Class in org.apache.xerces.impl.xs.identity
Schema identity constraint selector XPath expression.
Selector.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.XPath
Constructs a selector XPath expression.
SELF - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: self.
SEND_PSVI - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
sending psvi in the pipeline
separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The separator between choices or sequences of a mixed or children content model.
separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The separator between choices or sequences of a mixed or children content model.
separator(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The separator between choices or sequences of a mixed or children content model.
separator(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The separator between choices or sequences of a mixed or children content model.
separator(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The separator between choices or sequences of a mixed or children content model.
SEPARATOR_CHOICE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A choice separator for children and mixed content models.
SEPARATOR_SEQUENCE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A sequence separator for children content models.
SEQUENCE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
SEQUENCE
serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Serializes the DOM element using the previously specified writer and output format.
serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Serializes the DOM document using the previously specified writer and output format.
serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
Deprecated.
Serialized the DOM element.
serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
Deprecated.
Serializes the DOM document.
serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
Deprecated.
Serializes the DOM document fragment.
serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Serialize the DOM node.
serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - Interface in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
SERIALIZER_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
 
SerializerFactory - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
Deprecated.
 
setAbbr(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setAbstractSchema(ASModel) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Deprecated.
Associate an ASModel with a LSParser.
setAbstractSchema(ASModel) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
Associate an ASModel with a document instance.
setAccept(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAcceptCharset(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setAcceptCharset(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setAcceptCharset(String) - Method in interface org.apache.wml.WMLGoElement
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setAction(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setActiveASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
The active external ASModel.
setAlign(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLDivElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHeadingElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLParagraphElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setAlign(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setAlign(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setAlign(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setAlign(String) - Method in interface org.apache.wml.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - Method in interface org.apache.wml.WMLPElement
'align' specifies the align of teh paragraph The legal values are 'left,' 'center,' and 'right' (Section 11.8.3, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.apache.wml.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setALink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setAllowJavaNames(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets whether java encoding names are permitted
setAllowJavaNames() - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns whether java encoding names are permitted
setAlt(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setAlt(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAlt(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setAlt(String) - Method in interface org.apache.wml.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAnonymous(boolean) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setArchive(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setArchive(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setASAttributeDecls(ASNamedObjectMap) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
setAsCM(ASContentModel) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
The content model of element.
setAsHint(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The hint to locating an ASModel.
setAsHint(String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
The hint to locating an ASModel.
setAsLastChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Sets the last child of the parentIndex to childIndex.
setAsLocation(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The URI reference.
setAsLocation(String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
The URI reference.
setAsync(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
setAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Add a new name/value pair, or replace the value of the existing attribute having that name.
setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
 
setAttribute(String, Object) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Allows the user to set specific attributes on the underlying implementation.
setAttributeDecl(int, int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Adds an attribute node to the specified element.
setAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Add a new attribute/value pair, or replace the value of the existing attribute with that name.
setAttributeNode(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNS(String, String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setAttributes(AttributeMap, CoreDocumentImpl, ElementImpl) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setAttributes(XMLAttributes) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setAttributes(XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
Sets the XML attributes.
setAttributes(XMLAttributes) - Method in class org.apache.xerces.util.AttributesProxy
Sets the XML attributes to be wrapped.
setAugmentations(int, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
Sets the augmentations of the attribute at the specified index.
setAugmentations(int, Augmentations) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the augmentations of the attribute at the specified index.
setAugmentations(int, Augmentations) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the augmentations of the attribute at the specified index.
setAxis(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setBackground(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setBaseSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setBaseSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the base system identifier.
setBaseSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the base system identifier.
setBaseSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the base URI against which the literal SystemId is to be resolved.
setBaseURI(String) - Method in class org.apache.xerces.dom.DOMInputImpl
The base URI to be used (see section 5.1.4 in ) for resolving relative URIs to absolute URIs.
setBaseURI(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM: set base uri
setBaseURI(String) - Method in class org.apache.xerces.dom.EntityReferenceImpl
NON-DOM: set base uri
setBaseURI(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: set base uri
setBeginning(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
setBody(HTMLElement) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setBoundASModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
A list of ASObjects of type AS_MODELs associated with a document.
setBufferSize(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
 
setBufferSize(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Sets the buffer size property for the reader which decides the chunk sizes that are parsed by the reader at a time and passed to the handler
setByteStream(InputStream) - Method in class org.apache.xerces.dom.DOMInputImpl
An attribute of a language-binding dependent type that represents a stream of bytes.
setByteStream(OutputStream) - Method in class org.apache.xerces.dom.DOMOutputImpl
Depending on the language binding in use, this attribute may not be available.
setByteStream(InputStream) - Method in class org.apache.xerces.util.SAXInputSource
Sets the byte stream.
setByteStream(InputStream) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the byte stream.
setCachedDTD(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
 
setCaption(HTMLTableCaptionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCatalogList(String[]) - Method in class org.apache.xerces.util.XMLCatalogResolver
Sets the initial list of catalog entry files.
setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the list of elements for which text node children should be output as CDATA.
setCellIndex(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setCellPadding(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCells(HTMLCollection) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setCellSpacing(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setCertifiedText(boolean) - Method in class org.apache.xerces.dom.DOMInputImpl
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
setCh(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setCh(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setCharacterData(boolean) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
setCharacterOffset(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setCharacterStream(Reader) - Method in class org.apache.xerces.dom.DOMInputImpl
An attribute of a language-binding dependent type that represents a stream of 16-bit units.
setCharacterStream(Writer) - Method in class org.apache.xerces.dom.DOMOutputImpl
An attribute of a language and binding dependent type that represents a writable stream of bytes.
setCharacterStream(Reader) - Method in class org.apache.xerces.util.SAXInputSource
Sets the character stream.
setCharacterStream(Reader) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the character stream.
setCharset(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setCite(String) - Method in class org.apache.html.dom.HTMLModElementImpl
 
setCite(String) - Method in class org.apache.html.dom.HTMLQuoteElementImpl
 
setClassName(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setClassName(String) - Method in interface org.apache.wml.WMLElement
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClear(String) - Method in class org.apache.html.dom.HTMLBRElementImpl
 
setCode(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCode(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCodeType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setColor(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setColor(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setCols(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
setCols(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setColSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setColumnNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setColumns(int) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setColumns(int) - Method in interface org.apache.wml.WMLTableElement
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
setCompact(boolean) - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLDListElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLMenuElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setComponents(XSObject[]) - Method in class org.apache.xerces.impl.xs.util.XSInputSource
 
setConstraintType(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
setContainsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
setContent(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setContent(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setContent(String) - Method in interface org.apache.wml.WMLMetaElement
'content' attribute specifies the property value
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a content event handler.
setContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setContentSpecIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setContentType(short) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
The content type of the element.
setContextInvalid() - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
This method is used to set a context invalid for XInclude namespace processing.
setContextType(short) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setContinuousValidityChecking(boolean) - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
Deprecated.
An attribute specifying whether continuous checking for the validity of the document is enforced or not.
setCookie(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setCoords(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setCoords(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setCurrentEntity(XMLEntityManager.ScannedEntity) - Method in class org.apache.xerces.impl.XMLEntityScanner
 
setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
setData(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Store character data into this node.
setData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
The character data of the node that implements this interface.
setDataType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Datatype of the attribute.
setDataValue(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Default or fixed value.
setDateTime(String) - Method in class org.apache.html.dom.HTMLModElementImpl
 
setDeclare(boolean) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setDeclaredPrefixes(List) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the DTD declaration event handler.
setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
 
setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
 
setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
setDefaultChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDefaultSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setDefaultType(short) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Constraint type if any for this attribute.
setDefaultValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDefaultValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setDefer(boolean) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setDeferredAttribute(int, String, String, String, boolean, boolean, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
This method is used by the DOMParser to create attributes.
setDeferredAttribute(int, String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Deprecated. 
setDescription(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Sets the values of this entity description.
setDescription(String, String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Sets the values of this entity description.
setDir(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the dispatcher.
setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the document type public and system identifiers.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Sets the document handler to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
setDocumentHandler
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the document handler to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Sets the document handler to receive information about the document.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a document event handler.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
Sets the document handler.
setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the document handler to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.xpointer.XPointerHandler
 
setDocumentLocator(Locator) - Method in class org.apache.html.dom.HTMLBuilder
 
setDocumentLocator(XMLLocator) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the document locator.
setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.dom.DOMNormalizer
Sets the document source.
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Sets the document source
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the document source
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Sets the document source.
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Sets the document source
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Sets the document source
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setDocumentSource(XMLDocumentSource) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Sets the document source.
setDocumentURI(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
setDocumentURI(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
The location of the document or null if undefined.
setDomain(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setDomain(String) - Method in interface org.apache.wml.WMLAccessElement
A deck's domain and path attributes specify which deck may access it.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
setDTDContentModelHandler
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the DTD content model handler.
setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
 
setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
setDTDContentModelSource(XMLDTDContentModelSource) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
 
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
setDTDHandler
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a DTD event handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the DTD handler.
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
 
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
 
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setDTDSource(XMLDTDSource) - Method in interface org.apache.xerces.xni.XMLDTDHandler
 
setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
The scanner is responsible for removing DTD validator from the pipeline if it is not needed.
setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
The scanner is responsible for removing DTD validator from the pipeline if it is not needed.
setDTDValidatorFactory(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
 
setDVFactory(SchemaDVFactory) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
setDVFactory(SchemaDVFactoryImpl) - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
 
setDVs(TypeValidator[]) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setEffectiveContext(String[]) - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
This method takes a set of Strings, as stored in a NamespaceSupport object, and "fools" the object into thinking that this is one unified context.
setElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setElementType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Datatype of the element.
setEmptyOk(boolean) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setEmptyOk(boolean) - Method in interface org.apache.wml.WMLInputElement
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
setEnclosingElementName(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
setEncoding(String) - Method in class org.apache.xerces.dom.DOMInputImpl
The character encoding, if known.
setEncoding(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
The character encoding, if known.
setEncoding(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
Sets the encoding of the scanner.
setEncoding(String) - Method in class org.apache.xerces.util.SAXInputSource
Sets the encoding of the stream.
setEncoding(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the encoding of the stream.
setEncoding(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the encoding for this output method.
setEncoding(EncodingInfo) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the encoding for this output method with an EncodingInfo instance.
setEncodingExternallySpecified(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Sets whether the encoding of this entity was externally specified.
setEnctype(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setEnd(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setEntityExpansionLimit(int) - Method in class org.apache.xerces.util.SecurityManager
Sets the number of entity expansions that the parser should permit in a document.
setEntityHandler(XMLEntityHandler) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the entity handler.
setEntityInfo(int, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
 
setEntityName(String) - Method in interface org.apache.xerces.impl.XMLEntityDescription
Sets the name of the entity.
setEntityName(String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Sets the name of the entity.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Sets the entity resolver.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates to SchemaParsingConfig.setEntityResolver.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Sets the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.DOMParser
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the entity resolver.
setEntityResolver(LSResourceResolver) - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
Sets the DOM entity resolver.
setEntityResolver(EntityResolver2) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
Sets the SAX entity resolver wrapped by this object.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.util.EntityResolverWrapper
Sets the SAX entity resolver.
setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the entity resolver.
setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the entity resolver.
setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationManager
Set the information required to validate entity values.
setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setEntityType(short) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The type of the entity as defined above.
setEntityValue(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The replacement text for the internal entity.
setEnumAttr(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Valid attribute values, separated by commas, in a string.
setErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Sets whether the DOM implementation performs error checking upon operations.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Sets the error handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.DOMParser
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the error handler.
setErrorHandler(DOMErrorHandler) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
Sets the DOM error handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Sets the SAX error handler.
setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the error handler.
setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the error handler.
setErrorReporter(XMLErrorReporter) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Sets the XMLErrorReporter used for reporting errors while reading the text include.
setEvent(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setEventListeners(NodeImpl, Vector) - Method in class org.apache.xerces.dom.DocumentImpl
Store event listener registered on a given node This is another place where we could use weak references! Indeed, the node here won't be GC'ed as long as some listener is registered on it, since the eventsListeners table will have a reference to the node.
setExpandedSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setExpandedSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the expanded system identifier.
setExpandedSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the expanded system identifier.
setExtraChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setFace(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setFace(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setFacetChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setFeature(String, boolean) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLScanner
 
setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates to SchemaParsingConfig.setFeature
setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
Override SAXParser's setFeature method to track the initial state of features.
setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
 
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
setFeature(String, boolean) - Method in class org.apache.xerces.util.ParserConfigurationSettings
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Sets the state of a feature.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the state of a feature.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Sets the state of a feature.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the state of a feature.
setFilter(LSParserFilter) - Method in class org.apache.xerces.parsers.DOMParserImpl
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
setFilter(LSSerializerFilter) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
setFirstAttributeDeclIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setFollowHTTPRedirects(boolean) - Method in class org.apache.xerces.util.HTTPInputSource
Sets the preference whether HTTP redirects should be followed.
setFormat(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setFormat(String) - Method in interface org.apache.wml.WMLInputElement
'format' specifies the input mask for user input.
setForua(boolean) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setForua(boolean) - Method in interface org.apache.wml.WMLMetaElement
'forua' attribute specifies whether a intermediate agent should remove this meta element.
setFragment(String) - Method in class org.apache.xerces.util.URI
Set the fragment for this URI.
setFrame(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setFrameBorder(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setFrameBorder(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setGenerateSyntheticAnnotations(boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
setGrammar(SchemaGrammar) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
 
setGrammarFound(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
 
setGrammarPool(XMLGrammarPool) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the grammar pool.
setGrammars(SchemaGrammar[]) - Method in class org.apache.xerces.impl.xs.util.XSInputSource
 
setHeaders(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setHeight(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setHeight(String) - Method in interface org.apache.wml.WMLImgElement
'height' specifies the height of an image.
setHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
setHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
 
setHost(String) - Method in class org.apache.xerces.util.URI
Set the host for this URI.
setHref(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
setHref(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setHref(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setHref(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setHref(String) - Method in interface org.apache.wml.WMLAElement
 
setHref(String) - Method in interface org.apache.wml.WMLGoElement
 
setHref(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setHreflang(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setHreflang(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setHspace(String) - Method in interface org.apache.wml.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setHttpEquiv(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setHttpEquiv(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setHttpEquiv(String) - Method in interface org.apache.wml.WMLMetaElement
'http-equiv' attribute indicates the property should be interpret as HTTP header.
setHTTPRequestProperty(String, String) - Method in class org.apache.xerces.util.HTTPInputSource
Sets the value of the request property associated with the given property name.
setId(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setId(String) - Method in interface org.apache.wml.WMLAElement
 
setId(String) - Method in interface org.apache.wml.WMLElement
The element's identifier which is unique in a single deck.
setIdAttribute(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM: set the type of this attribute to be ID type.
setIdAttribute(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Sets type of attribute
setIdAttribute(String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
DOM Level 3: register the given attribute node as an ID attribute
setIdAttribute(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setIdAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Adds an attribute node to the specified element.
setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.dom.ElementImpl
DOM Level 3: register the given attribute node as an ID attribute
setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
DOM Level 3: register the given attribute node as an ID attribute
setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
 
setIdIdrefChecking(boolean) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Turns checking for ID/IDREF errors on and off.
setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Set whether this Text is ignorable whitespace.
setImmutable(boolean) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
 
setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
 
setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
setIName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setIName(String) - Method in interface org.apache.wml.WMLSelectElement
'iname' specifies name of variable to be set with the index result of selection.
setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the indentation.
setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the indentation on and off.
setIndex(int) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setInputEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Internal (Was a DOM L3 Core WD public interface method setActualEncoding ) An attribute specifying the actual encoding of this document.
setInputEncoding(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
DOM Internal An attribute specifying the actual encoding of this document.
setInputEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM, used to set the input encoding.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the input source.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the input source.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Sets the input source.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Sets the input source for the document to parse.
setInputSource(InputSource) - Method in class org.apache.xerces.util.SAXInputSource
 
setInputSource(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Sets the input source on this text reader.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
Sets the input source.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Sets the input source.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
Sets the input source for the document to parse.
setInternalAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Sets the internal subset ASModel of a document.
setInternalSubset(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
 
setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM.
setIsAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
setIsAbstractType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
setIsAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
setIsCompactUPAModel(boolean) - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
setIsGlobal() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
setIsLocal(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
setIsMap(boolean) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setIsNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
setIsPCDataOnly(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
Boolean defining whether the element type contains child elements and PCDATA or PCDATA only for mixed element types.
setIValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setIValue(String) - Method in interface org.apache.wml.WMLSelectElement
'ivalue' specifies the default of the variable 'iname'
setLabel(String) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setLabel(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setLabel(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setLabel(String) - Method in interface org.apache.wml.WMLDoElement
 
setLang(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the lexical event handler.
setLineNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the line separator.
setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the line width.
setLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setListOperator(short) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
setListValues(String, String, short, XSSimpleTypeDecl, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setLiteralSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setLiteralSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the literal system identifier.
setLiteralSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the literal system identifier.
setLocale(Locale) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
Set the locale to use for messages.
setLocale(Locale) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
Set Locale to be used by the formatter.
setLocale(Locale) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setLocale(Locale) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the current locale.
setLocale(Locale) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.DTDConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11Configuration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Set the locale to use for messages.
setLocalName(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Returns the local part of the qualified name of this ASObject.
setLocalName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
Returns the local part of the qualified name of this ASObject.
setLocalSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setLocalSrc(String) - Method in interface org.apache.wml.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLocation(Location) - Method in class org.apache.xerces.stax.XMLEventFactoryImpl
 
setLocation(Location) - Method in class org.apache.xerces.util.StAXLocationWrapper
 
setLocationHints(String[]) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setLocator(Locator) - Method in class org.apache.xerces.util.SAXLocatorWrapper
 
setLocator(XMLLocator) - Method in class org.apache.xerces.util.XMLLocatorWrapper
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setLowSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setMarginHeight(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setMarginHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setMarginWidth(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setMarginWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setMaxLength(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setMaxLength(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setMaxLength(int) - Method in interface org.apache.wml.WMLInputElement
'maxlength' specifies the maximum number of characters to be enter.
setMaxOccurNodeLimit(int) - Method in class org.apache.xerces.util.SecurityManager
Sets the limit of the number of content model nodes that may be created when building a grammar for a W3C XML Schema that contains maxOccurs attributes with values other than "unbounded".
setMaxOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
maximum occurrence for this content particle.
setMaxStates(int) - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
setMedia(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setMedia(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the media type.
setMethod(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setMethod(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setMethod(String) - Method in interface org.apache.wml.WMLGoElement
 
setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the method for this output format.
setMinOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
min occurrence for this content particle.
setMode(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setMode(String) - Method in interface org.apache.wml.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMultiple(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setMultiple(boolean) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setMultiple(boolean) - Method in interface org.apache.wml.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setName(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMapElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setName(String) - Method in interface org.apache.wml.WMLDoElement
 
setName(String) - Method in interface org.apache.wml.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - Method in interface org.apache.wml.WMLMetaElement
'name' attribute specific the property name
setName(String) - Method in interface org.apache.wml.WMLPostfieldElement
 
setName(String) - Method in interface org.apache.wml.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - Method in interface org.apache.wml.WMLSetvarElement
 
setName(String) - Method in interface org.apache.wml.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setName(String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
setName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the name of the attribute at the specified index.
setName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the name of the attribute at the specified index.
setNamedItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its nodeName attribute.
setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its nodeName attribute.
setNamedItem(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Adds an ASObject using its nodeName attribute.
setNamedItem(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its namespaceURI and localName.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its namespaceURI and localName.
setNamedItemNS(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Deprecated.
Adds an ASObject using its namespaceURI and localName.
setNamedItemNS(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
 
setNamespace(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the namespace of the resource.
setNamespace(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the namespace of the resource.
setNamespaceContext(NamespaceContext) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
setNamespaceItem(XSNamespaceItem) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setNamespaces(boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets whether namespace processing is being performed.
setNamespaces(boolean) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
This methods turns on namespace fixup algorithm during DOM serialization.
setNamespaceSupport(NamespaceContext) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setNamespaceURI(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The namespace URI of this node, or null if it is unspecified.
setNamespaceURI(String) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The namespace URI of this node, or null if it is unspecified.
setNewContext(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setNewContext(boolean) - Method in interface org.apache.wml.WMLCardElement
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
setNewLine(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3 EXPERIMENTAL: The end-of-line sequence of characters to be used in the XML being written out.
setNextIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
setNextIndent(int) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
setNode(Node) - Method in class org.apache.xerces.util.DOMInputSource
 
setNodeName(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The name of this ASObject depending on the ASObject type.
setNodeName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The name of this ASObject depending on the ASObject type.
setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
Implicit in the rerouting of getNodeValue to getValue is the need to redefine setNodeValue, for symmetry's sake.
setNodeValue(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Sets the content, possibly firing related events, and updating ranges (via notification to the document)
setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
Sets the node value.
setNodeValue(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
setNodeValueInternal(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Convenience wrapper for calling setNodeValueInternal when we are not performing a replacement operation
setNodeValueInternal(String, boolean) - Method in class org.apache.xerces.dom.CharacterDataImpl
This function added so that we can distinguish whether setNodeValue has been called from some other DOM functions.
setNoHref(boolean) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the list of elements for which text node children should be output unescaped (no character references).
setNonNormalizedValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setNonNormalizedValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the non-normalized value of the attribute at the specified index.
setNonNormalizedValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the non-normalized value of the attribute at the specified index.
setNoResize(boolean) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setNormalizationRequired(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setNoShade(boolean) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
 
setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
setNoWrap(boolean) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setNumberOfGroups(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setObject(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setOmitComments(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets comment omitting on and off.
setOmitDocumentType(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets DOCTYPE declaration omitting on and off.
setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets XML declaration omitting on and off.
setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnEnterBackward(String) - Method in interface org.apache.wml.WMLCardElement
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterBackward(String) - Method in interface org.apache.wml.WMLTemplateElement
 
setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnEnterForward(String) - Method in interface org.apache.wml.WMLCardElement
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterForward(String) - Method in interface org.apache.wml.WMLTemplateElement
 
setOnlyPassPrefixMappingEvents(boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets whether the namespace binder only passes the prefix mapping events to the registered document handler or passes all document events.
setOnPick(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setOnPick(String) - Method in interface org.apache.wml.WMLOptionElement
'onpick' specifies a event to occur when a user select and disselect this choice.
setOnTimer(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOnTimer(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnTimer(String) - Method in interface org.apache.wml.WMLCardElement
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnTimer(String) - Method in interface org.apache.wml.WMLTemplateElement
 
setOptional(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setOptional(String) - Method in interface org.apache.wml.WMLDoElement
 
setOrdered(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOrdered(boolean) - Method in interface org.apache.wml.WMLCardElement
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Specifies a writer to which the document should be serialized.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
Deprecated.
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
Deprecated.
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
setOwnerASModel(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The ASModel object associated with this ASObject.
setOwnerASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The ASModel object associated with this ASObject.
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM set the ownerDocument of this node and its children
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM set the ownerDocument of this node and its children
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM set the ownerDocument of this node, its children, and its attributes
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
NON-DOM set the ownerDocument of this node, and the attributes it contains
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM set the ownerDocument of this node
setOwnerDocument(CoreDocumentImpl) - Method in class org.apache.xerces.dom.ParentNode
NON-DOM set the ownerDocument of this node and its children
setOwnerElements(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
setParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
DOM Level 3 WD - Experimental.
setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
 
setParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
Set parameters and properties
setParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3-EXPERIMENTAL: Setter for boolean and object parameters
setParent(XIncludeHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Set the parent of this XIncludeHandler in the tree
setPath(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setPath(String) - Method in interface org.apache.wml.WMLAccessElement
path attribute is prefix-matched against the path portion of the referring URI
setPath(String) - Method in class org.apache.xerces.util.URI
Set the path for this URI.
setPattern(String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
setPattern(String, Locale) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
setPattern(String, String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
setPattern(String, String, Locale) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
 
setPort(int) - Method in class org.apache.xerces.util.URI
Set the port for this URI.
setPossibleRoots(ArrayList) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
Set possible roots
setPossibleRoots(Vector) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
Set possible roots
setPreferPublic(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
Sets the preference for whether system or public matches are preferred.
setPrefix(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
The namespace prefix of this node, or null if it is unspecified.
setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated.
The namespace prefix of this node, or null if it is unspecified.
setPrefix(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
setPreserveEmptyAttributes(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the preserveEmptyAttribute flag.
setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets space preserving as the default behavior.
setProfile(String) - Method in class org.apache.html.dom.HTMLHeadElementImpl
 
setPrompt(String) - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
 
setProperty(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the value of a property during parsing.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLScanner
Sets the value of a property during parsing.
setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Delegates to SchemaParsingConfig.setProperty.
setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
Sets the state of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
Override SAXParser's setProperty method to track the initial state of properties.
setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl
Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
setProperty(String, Object) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DTDConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11Configuration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.util.ParserConfigurationSettings
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Sets the value of a property.
setProperty(String, Object) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the state of a property.
setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Sets the value of a property.
setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.xpointer.XPointerHandler
Sets the value of a property.
setPSVI(AttributePSVI) - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
Copy PSVI properties from another psvi item.
setPSVI(ElementPSVI) - Method in class org.apache.xerces.dom.PSVIElementNSImpl
Copy PSVI properties from another psvi item.
setPublicId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
The public identifier for this input source.
setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: The public identifier associated with the entity.
setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
The string representing the public identifier for this notation declaration, if present; null otherwise.
setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
Deprecated.
The string representing the public identifier for this notation declaration, if present; null otherwise.
setPublicId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setPublicId(String) - Method in class org.apache.xerces.util.SAXInputSource
Sets the public identifier.
setPublicId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the public identifier.
setPublicId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the public identifier.
setPublicId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the public identifier.
setQueryString(String) - Method in class org.apache.xerces.util.URI
Set the query string for this URI.
setReader(InputStream, String, Boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
 
setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.AttrImpl
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
NON-DOM: sets the node and its children value.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction with Entities, but provides no API to support this.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ParentNode
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
 
setRegBasedAuthority(String) - Method in class org.apache.xerces.util.URI
Sets the registry based authority for this URI.
setRel(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setRel(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setResourceResolver(LSResourceResolver) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
setRestrictionValues(XSSimpleTypeDecl, String, String, short, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setRev(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setRev(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setRootName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
Set the root name
setRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setRows(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
setRows(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setRowSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setRules(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setSawFallback(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Records that an <fallback> was encountered at the specified depth, as an ancestor of the current element, or as a sibling of an ancestor of the current element.
setSawInclude(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Records that an <include> was encountered at the specified depth, as an ancestor of the current item.
setScannerState(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the scanner state.
setScannerState(int) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Sets the scanner state.
setScannerVersion(short) - Method in class org.apache.xerces.impl.XMLEntityManager
 
setSchema(Schema) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
setSchema(Schema) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
setScheme(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setScheme(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setScheme(String) - Method in interface org.apache.wml.WMLMetaElement
'scheme' attribute specifies a form that may be used to interpret the property value
setScheme(String) - Method in class org.apache.xerces.util.URI
Set the scheme for this URI.
setSchemeData(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
Sets the scheme data of the PointerPart.
setSchemeName(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
Sets the scheme name of the PointerPart or the ShortHand Pointer name.
setScope(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setScrolling(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setScrolling(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setSectionRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setSelectedIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setSelector(Selector) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Sets the selector.
setSendreferer(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setSendreferer(String) - Method in interface org.apache.wml.WMLGoElement
 
setShadowSymbolTable(boolean) - Method in class org.apache.xerces.parsers.CachingParserPool
Sets whether new parser instance receive shadow copies of the main symbol table.
setShape(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setShape(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setSize(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setSize(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setSize(int) - Method in interface org.apache.wml.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSource(CharacterIterator) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setSource(String) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setSource(char[]) - Method in class org.apache.xerces.impl.xpath.regex.Match
 
setSpan(int) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM, for use by parser
setSpecified(int, boolean) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setSpecified(int, boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets whether an attribute is specified in the instance document or not.
setSpecified(int, boolean) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets whether an attribute is specified in the instance document or not.
setSrc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setSrc(String) - Method in interface org.apache.wml.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
setStandalone(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets whether the document entity is standalone.
setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets document DTD standalone.
setStandby(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setStart(int) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartOffset(int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
setState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setStrictErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
setStrictErrorChecking(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying whether errors checking is enforced or not.
setStrictMixedContent(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
A boolean defining whether the element order and number of the child elements for mixed content type has to be respected or not.
setStringData(String) - Method in class org.apache.xerces.dom.DOMInputImpl
A string attribute that represents a sequence of 16 bit units (utf-16 encoded characters).
setSubModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated.
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
setSummary(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setSymbolTable(SymbolTable) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setSymbolTable(SymbolTable) - Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
 
setSystemId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
The system identifier, a URI reference , for this input source.
setSystemId(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: The system identifier associated with the entity.
setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
Deprecated.
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in class org.apache.xerces.util.SAXInputSource
Sets the system identifier.
setSystemId(String) - Method in class org.apache.xerces.util.StAXInputSource
 
setSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the system identifier.
setTabIndex(int) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setTabIndex(int) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setTabIndex(int) - Method in interface org.apache.wml.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.apache.wml.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTarget(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setTargetNamespace(String) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setText(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLTitleElementImpl
 
setTextContent(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
setTextContent(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
 
setTextContent(String) - Method in class org.apache.xerces.dom.NodeImpl
This attribute returns the text content of this node and its descendants.
setTextContent(String) - Method in class org.apache.xerces.dom.ParentNode
 
setTextContent(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
setTFoot(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setTHead(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setThisIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
 
setThisIndent(int) - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
setTitle(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setTitle(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setTitle(String) - Method in interface org.apache.wml.WMLAElement
 
setTitle(String) - Method in interface org.apache.wml.WMLAnchorElement
 
setTitle(String) - Method in interface org.apache.wml.WMLCardElement
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - Method in interface org.apache.wml.WMLInputElement
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLOptgroupElement
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - Method in interface org.apache.wml.WMLSelectElement
'title' specifies a title for this element (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLTableElement
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setTo(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
setTriggeringComponent(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
 
setType(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLOListElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setType(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setType(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setType(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setType(String) - Method in interface org.apache.wml.WMLDoElement
 
setType(String) - Method in interface org.apache.wml.WMLInputElement
'type' specifies the type of text input area.
setType(String) - Method in interface org.apache.wml.WMLOneventElement
 
setType(Object) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM: used by the parser
setType(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setType(XSTypeDefinition) - Method in class org.apache.xerces.dom.ElementNSImpl
NON-DOM: setting type used by the DOM parser
setType(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the type of the attribute at the specified index.
setType(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the type of the attribute at the specified index.
setTypeInfo(int, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
 
setUnionValues(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
setUnparsedEntityChecking(boolean) - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Turns checking for unparsed entity errors on and off.
setupCurrentBaseURI(XMLLocator) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setupCurrentEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
This method uses the passed-in XMLInputSource to make fCurrentEntity usable for reading.
setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Setup the default attributes.
setURI(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the uri of the attribute at the specified index.
setUseLiteralSystemId(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
Sets the preference for whether the literal system identifier should be used when resolving system identifiers when both it and the expanded system identifier are available.
setUseMap(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setUserData(Node, String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Associate an object to a key on this node.
setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: kept for backward compatibility Store user data related to a given node This is a place where we could use weak references! Indeed, the node here won't be GC'ed as long as some user data is attached to it, since the userData table will have a reference to the node.
setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.DocumentTypeImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.NodeImpl
Associate an object to a key on this node.
setUserData(Object) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: As an alternative to subclassing the DOM, this implementation has been extended with the ability to attach an object to each node.
setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
setUserinfo(String) - Method in class org.apache.xerces.util.URI
Set the userinfo for this URI.
setUsingNamespaces(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setValue(int) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setValue(String) - Method in interface org.apache.wml.WMLInputElement
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLOptionElement
'value' specifies the value to used to set the 'name' variable (Section 11.6.2.2, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLPostfieldElement
 
setValue(String) - Method in interface org.apache.wml.WMLSelectElement
'value' specifics the default value of the variable of 'name' (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLSetvarElement
 
setValue(String) - Method in interface org.apache.wml.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
The DOM doesn't clearly define what setValue(null) means.
setValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
setValue(String) - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
 
setValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the value of the attribute at the specified index.
setValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the value of the attribute at the specified index.
setValues(CoreDocumentImpl, String) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: resets node and sets specified values for the current node
setValues(QName, XMLSimpleType, boolean) - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
setValues
setValues(short, Object, Object) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Sets the values.
setValues(XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Sets the values of the specified content spec.
setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Sets the values from the values specified by the given content spec provider and identifier.
setValues(QName, int, short, ContentModelValidator, XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
setValues
setValues(String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
setValues
setValues(String, String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
setValues
setValues(String, String, String, String) - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
setValues
setValues(short, String, String[], boolean, short, String, String, DatatypeValidator) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
setValues
setValues(XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
Set values.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Sets the values of the entity.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.ExternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.InternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Sets the values of the entity.
setValues(String, String, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setValues(String, String, int, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
 
setValues(String, String, XSSimpleType, short, short, ValidatedInfo, XSComplexTypeDecl, XSObjectList) - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
 
setValues(String, String, XSTypeDefinition, short, short, short, short, boolean, XSAttributeGroupDecl, XSSimpleType, XSParticleDecl, XSObjectListImpl) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
setValues(String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the values of the resource identifier.
setValues(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Sets the values of the resource identifier.
setValues(QName) - Method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
setValues(String, String, String, String) - Method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
setValues(char[], int, int) - Method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
setValueType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setVersion(String) - Method in class org.apache.html.dom.HTMLHtmlElementImpl
 
setVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deprecated.
This method is internal and only exists for compatibility with older applications. New applications should never call this method.
setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Sets the version for this output method.
setVisible(Node) - Static method in class org.apache.xerces.util.DOMUtil
 
setVisible(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
 
setVLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setVspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setVspace(String) - Method in interface org.apache.wml.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setWhatShow(int) - Method in class org.apache.xerces.dom.TreeWalkerImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setWidth(int) - Method in class org.apache.html.dom.HTMLPreElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setWidth(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setWidth(String) - Method in interface org.apache.wml.WMLImgElement
'width' specifies the width of an image.
setXercesAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: sets attribute node for this element
setXHTMLNamespace(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
setXIncludeLocator(XMLLocatorWrapper) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
setXmlEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Internal (Was a DOM L3 Core WD public interface method setXMLEncoding ) An attribute specifying, as part of the XML declaration, the encoding of this document.
setXmlEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM encoding - An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
setXmlLang(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setXmlLang(String) - Method in interface org.apache.wml.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXMLReader(XMLReader) - Method in class org.apache.xerces.util.SAXInputSource
 
setXmlStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 CR - Experimental.
setXmlStandalone(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 CR - Experimental.
setXmlVersion(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM version - An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
setXMLVersion(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
Sets the XML version.
setXmlVersion(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
An attribute specifying, as part of the XML declaration, the version number of this document.
SEVERITY_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: error.
SEVERITY_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: fatal error.
SEVERITY_WARNING - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: warning.
SG_SchemaNS - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
 
SG_XSI - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
 
ShadowedSymbolTable - Class in org.apache.xerces.util
Shadowed symbol table.
ShadowedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.ShadowedSymbolTable
Constructs a shadow of the specified symbol table.
SHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The short data type as defined in .
SHORT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
short
ShortList - Interface in org.apache.xerces.xs
The ShortList is an immutable ordered collection of unsigned short.
ShortListImpl - Class in org.apache.xerces.impl.xs.util
Contains a list of shorts.
ShortListImpl(short[], int) - Constructor for class org.apache.xerces.impl.xs.util.ShortListImpl
Construct an XSObjectList implementation
shortValue() - Method in class org.apache.xerces.impl.xs.util.XInt
 
shouldConsumeRemainingContent() - Method in class org.apache.xerces.util.StAXInputSource
 
SIMPLE_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
The object describes a simple type.
SimpleContentModel - Class in org.apache.xerces.impl.dtd.models
SimpleContentModel is a derivative of the abstract content model base class that handles a small set of simple content models that are just way overkill to give the DFA treatment.
SimpleContentModel(short, QName, QName) - Constructor for class org.apache.xerces.impl.dtd.models.SimpleContentModel
Constructs a simple content model.
SimpleLocator - Class in org.apache.xerces.impl.xs.util
An XMLLocator implementation used for schema error reporting.
SimpleLocator() - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
 
SimpleLocator(String, String, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
 
SimpleLocator(String, String, int, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
 
simpleType - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
simpleType
simpleType - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
simpleType
size() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
 
size() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
size() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
Returns the size of the stack.
size() - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
size() - Method in class org.apache.xerces.util.IntStack
Returns the size of the stack.
SIZE_LIMIT - Static variable in class org.apache.xerces.util.XMLAttributesImpl
Threshold at which an instance is treated as a large attribute list.
skip(long) - Method in class org.apache.xerces.impl.io.ASCIIReader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.io.Latin1Reader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.io.UCSReader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.io.UTF16Reader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.io.UTF8Reader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
skipChar(int) - Method in class org.apache.xerces.impl.XML11EntityScanner
Skips a character appearing immediately on the input.
skipChar(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips a character appearing immediately on the input.
skipDeclSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips space characters appearing immediately on the input that would match non-terminal S (0x09, 0x0A, 0x0D, 0x20) before end of line normalization is performed.
skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
skipSpaces() - Method in class org.apache.xerces.impl.XML11EntityScanner
Skips space characters appearing immediately on the input.
skipSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.xerces.impl.XML11EntityScanner
Skips the specified string appearing immediately on the input.
skipString(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips the specified string appearing immediately on the input.
SoftReferenceSymbolTable - Class in org.apache.xerces.util
This symbol table uses SoftReferences to its String entries, which means that table entries that have no references to them can be garbage collected when memory is needed.
SoftReferenceSymbolTable(int, float) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
Constructs a new, empty SymbolTable with the specified initial capacity and the specified load factor.
SoftReferenceSymbolTable(int) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
Constructs a new, empty SymbolTable with the specified initial capacity and default load factor, which is 0.75.
SoftReferenceSymbolTable() - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable
Constructs a new, empty SymbolTable with a default initial capacity (101) and load factor, which is 0.75.
SoftReferenceSymbolTable.SREntry - Class in org.apache.xerces.util
This class is a symbol table entry.
SoftReferenceSymbolTable.SREntry(String, SoftReferenceSymbolTable.SREntry, int, ReferenceQueue) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
Constructs a new entry from the specified symbol and next entry reference.
SoftReferenceSymbolTable.SREntry(String, char[], int, int, SoftReferenceSymbolTable.SREntry, int, ReferenceQueue) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
Constructs a new entry from the specified symbol information and next entry reference.
SoftReferenceSymbolTable.SREntryData - Class in org.apache.xerces.util
 
SoftReferenceSymbolTable.SREntryData(String) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
 
SoftReferenceSymbolTable.SREntryData(String, char[], int, int) - Constructor for class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
 
SoftReferenceSymbolTableConfiguration - Class in org.apache.xerces.parsers
This parser configuration extends the default configuration allowing Xerces to handle usage scenarios where the names in the XML documents being parsed are mostly unique by installing a memory sensitive SymbolTable.
SoftReferenceSymbolTableConfiguration() - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
Default constructor.
SoftReferenceSymbolTableConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
Constructs a parser configuration using the specified symbol table.
SoftReferenceSymbolTableConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
SoftReferenceSymbolTableConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SPECIFIED - Static variable in class org.apache.xerces.dom.NodeImpl
 
SPLITCDATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
SPLITCDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
splitText(int) - Method in class org.apache.xerces.dom.TextImpl
Break a text node into two sibling nodes.
splitText(int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
standalone - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document standalone
standaloneSet() - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
STANDARD_URI_CONFORMANT - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: standard uri conformant
STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Standard URI conformant feature ("standard-uri-conformant").
STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
Feature identifier: standard uri conformant feature.
STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: allow java encodings
STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: standard uri conformant feature.
STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: standard uri conformant feature.
StandardParserConfiguration - Class in org.apache.xerces.parsers
This is the "standard" parser configuration.
StandardParserConfiguration() - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Default constructor.
StandardParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table.
StandardParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
StandardParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startAttlist(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of an attribute list.
startCDATA(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of a CDATA section.
startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
The start of a CDATA section.
startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startConditional(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of a conditional section.
startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The start of a content model.
startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The start of a content model.
startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSAllCM
This methods to be called on entering a first element whose type has this content model.
startContentModel() - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
This methods to be called on entering a first element whose type has this content model.
startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSDFACM
 
startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
This methods to be called on entering a first element whose type has this content model.
startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of a content model.
startContentModel(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a content model.
startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a content model.
startContentModel(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The start of a content model.
startDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
 
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The start of the document.
startDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Resets the identity constraint cache.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
Event sent at the start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of the document.
startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
Called to serialize the document's DOCTYPE by the root element.
startDocumentEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts the document entity.
startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
 
startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
The start of the document fragment.
startDocumentFragment(XMLLocator, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of the document fragment.
StartDocumentImpl - Class in org.apache.xerces.stax.events
 
StartDocumentImpl(String, boolean, boolean, boolean, String, Location) - Constructor for class org.apache.xerces.stax.events.StartDocumentImpl
 
startDocumentParsing(XMLEntityHandler, short) - Method in class org.apache.xerces.impl.XMLVersionDetector
Reset the reference to the appropriate scanner given the version of the document and start document scanning.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startDTD(XMLLocator, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of the DTD.
startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startDTDEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts the DTD entity.
startElement(String, AttributeList) - Method in class org.apache.html.dom.HTMLBuilder
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Binds the namespaces.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of an element.
startElement(QName, XMLAttributes, int, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
startElement(QName, XMLAttributes, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
The start of an element.
startElement() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.DOMParserImpl
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
The start of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
Deprecated.
 
StartElementImpl - Class in org.apache.xerces.stax.events
 
StartElementImpl(QName, Iterator, Iterator, NamespaceContext, Location) - Constructor for class org.apache.xerces.stax.events.StartElementImpl
 
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
This method notifies of the start of an entity.
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
This method notifies of the start of an entity.
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
This method notifies of the start of an entity.
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.impl.XMLEntityHandler
This method notifies of the start of an entity.
startEntity(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts a named entity.
startEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts an entity.
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLScanner
This method notifies of the start of an entity.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies of the start of an entity.
startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
The start of the DTD external subset.
startExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager
 
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of the external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of the DTD external subset.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies of the start of an entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the start of an entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
This method notifies the start of a general entity.
startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A start of either a mixed or children content model.
startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A start of either a mixed or children content model.
startGroup(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A start of either a mixed or children content model.
startGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A start of either a mixed or children content model.
startGroup(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A start of either a mixed or children content model.
startNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Send startPrefixMapping events
startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XML11NSDTDValidator
Bind namespaces
startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLNSDTDValidator
Bind namespaces
startNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
This method notifies of the start of an entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
This method notifies of the start of a parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
This method notifies of the start of a parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies of the start of a parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies of the start of parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the start of an entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
This method notifies of the start of a parameter entity.
startPE(String, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
start a parameter entity dealing with the textdecl if there is any
startPosition - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Start position in character buffer.
startPrefixMapping(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
The start of a namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
startValueScope() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Start scope for value store.
startValueScopeFor(IdentityConstraint, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
Start the value scope for the specified identity constraint.
startValueScopeFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Start the value scope for the specified identity constraint.
StAXInputSource - Class in org.apache.xerces.util
An XMLInputSource analogue to javax.xml.transform.stax.StAXSource.
StAXInputSource(XMLStreamReader) - Constructor for class org.apache.xerces.util.StAXInputSource
 
StAXInputSource(XMLStreamReader, boolean) - Constructor for class org.apache.xerces.util.StAXInputSource
 
StAXInputSource(XMLEventReader) - Constructor for class org.apache.xerces.util.StAXInputSource
 
StAXInputSource(XMLEventReader, boolean) - Constructor for class org.apache.xerces.util.StAXInputSource
 
StAXLocationWrapper - Class in org.apache.xerces.util
A light wrapper around a StAX location.
StAXLocationWrapper() - Constructor for class org.apache.xerces.util.StAXLocationWrapper
 
steps - Variable in class org.apache.xerces.impl.xpath.XPath.LocationPath
List of steps.
stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
 
stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
Causes exit from in-progress event dispatch before the next currentTarget is selected.
storeKeyRef(Element, XSDocumentInfo, XSElementDecl) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
stream - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Input stream.
STRICT_VALIDITY_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Checks for strict validity of the node with respect to active AS which by definition includes NS_WF_CHECK.
STRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
A code representing the string data type as defined in .
STRING_DT - Static variable in interface org.apache.xerces.xs.XSConstants
string
STRING_INTERNING - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: string interning.
STRING_INTERNING - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature id: string interning.
STRING_INTERNING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
String interning feature ("string-interning").
StringDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
StringValidator validates that XML content is a W3C string type.
StringDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
 
StringDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema type "string"
StringDV() - Constructor for class org.apache.xerces.impl.dv.xs.StringDV
 
StringList - Interface in org.apache.xerces.xs
The StringList is an immutable ordered collection of GenericString.
StringListImpl - Class in org.apache.xerces.impl.xs.util
Contains a list of Strings.
StringListImpl(Vector) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
 
StringListImpl(String[], int) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
Construct an XSObjectList implementation
STRINGS_INTERNED_FEATURE - Static variable in class org.apache.xerces.impl.Constants
String interned feature ("internal/strings-interned").
stringValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
Return a string representation of the value.
submit() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
SUBSEQUENT_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
 
SubstitutionGroupHandler - Class in org.apache.xerces.impl.xs
To store and validate information about substitutionGroup
SubstitutionGroupHandler(XSElementDeclHelper) - Constructor for class org.apache.xerces.impl.xs.SubstitutionGroupHandler
Default constructor
substitutionGroupOK(XSElementDecl, XSElementDecl, short) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
 
substringData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Substring is more than a convenience function.
substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
Extracts a range of data from the node.
substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.TextImpl
Extracts a range of data from the node.
supplemental(char, char) - Static method in class org.apache.xerces.util.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.
 
surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
symbol - Variable in class org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
 
symbol - Variable in class org.apache.xerces.util.SymbolTable.Entry
Symbol.
SYMBOL_TABLE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLVersionDetector
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.
 
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.SAXParser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Property identifier: symbol table.
SYMBOL_TABLE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Symbol table property ("internal/symbol-table").
SymbolHash - Class in org.apache.xerces.util
This class is an unsynchronized hash table primary used for String to Object mapping.
SymbolHash() - Constructor for class org.apache.xerces.util.SymbolHash
Constructs a key table with the default size.
SymbolHash(int) - Constructor for class org.apache.xerces.util.SymbolHash
Constructs a key table with a given size.
SymbolHash.Entry - Class in org.apache.xerces.util
This class is a key table entry.
SymbolHash.Entry() - Constructor for class org.apache.xerces.util.SymbolHash.Entry
 
SymbolHash.Entry(Object, Object, SymbolHash.Entry) - Constructor for class org.apache.xerces.util.SymbolHash.Entry
 
SymbolTable - Class in org.apache.xerces.util
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable(int, float) - Constructor for class org.apache.xerces.util.SymbolTable
Constructs a new, empty SymbolTable with the specified initial capacity and the specified load factor.
SymbolTable(int) - Constructor for class org.apache.xerces.util.SymbolTable
Constructs a new, empty SymbolTable with the specified initial capacity and default load factor, which is 0.75.
SymbolTable() - Constructor for class org.apache.xerces.util.SymbolTable
Constructs a new, empty SymbolTable with a default initial capacity (101) and load factor, which is 0.75.
SymbolTable.Entry - Class in org.apache.xerces.util
This class is a symbol table entry.
SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
SYNCCHILDREN - Static variable in class org.apache.xerces.dom.NodeImpl
 
SYNCDATA - Static variable in class org.apache.xerces.dom.NodeImpl
 
synchronizeChildren() - Method in class org.apache.xerces.dom.AttrImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren(AttrImpl, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren(ParentNode, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the entities, notations, and elements.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the default attribute values.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementImpl
 
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.EntityReferenceImpl
EntityReference's children are a reflection of those defined in the named Entity.
synchronizeChildren() - Method in class org.apache.xerces.dom.ParentNode
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCommentImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredNotationImpl
Synchronizes the data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Synchronizes the data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredTextImpl
Synchronizes the underlying data.
synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
SynchronizedSymbolTable - Class in org.apache.xerces.util
Synchronized symbol table.
SynchronizedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
Constructs a synchronized symbol table.
SynchronizedSymbolTable() - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
 
SynchronizedSymbolTable(int) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
 
systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
systemId - Variable in class org.apache.xerces.dom.EntityImpl
System identifier.
systemId - Variable in class org.apache.xerces.dom.NotationImpl
System identifier.
systemId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
systemId
systemId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
systemId
systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 

T

TABLE_SIZE - Static variable in class org.apache.xerces.util.SymbolTable
Default table size.
TABLE_SIZE - Static variable in class org.apache.xerces.util.XMLAttributesImpl
Default table size.
TABLE_SIZE - Static variable in class org.apache.xerces.util.XMLGrammarPoolImpl
Default size.
tagName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
target - Variable in class org.apache.xerces.dom.events.EventImpl
 
target - Variable in class org.apache.xerces.dom.ProcessingInstructionImpl
 
testJavaEncodingName(String) - Static method in class org.apache.xml.serialize.EncodingInfo
Deprecated.
 
text - Variable in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Text value of entity.
TEXT - Static variable in class org.apache.xml.serialize.Method
Deprecated.
The output method for text documents.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String) - Method in class org.apache.xerces.parsers.DTDParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
Notifies of the presence of a TextDecl line in an entity.
TextImpl - Class in org.apache.xerces.dom
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
TextImpl() - Constructor for class org.apache.xerces.dom.TextImpl
Default constructor
TextImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.TextImpl
Factory constructor.
TextImpl - Class in org.apache.xerces.impl.xs.opti
 
TextImpl(StringBuffer, SchemaDOM, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.TextImpl
 
TextSerializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
TextSerializer() - Constructor for class org.apache.xml.serialize.TextSerializer
Deprecated.
Constructs a new serializer.
TIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The time data type as defined in .
TIME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
time
TimeDV - Class in org.apache.xerces.impl.dv.xs
Validator for <time> datatype (W3C Schema Datatypes)
TimeDV() - Constructor for class org.apache.xerces.impl.dv.xs.TimeDV
 
timeStamp - Variable in class org.apache.xerces.dom.events.EventImpl
 
toArray() - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
 
toArray(Object[]) - Method in class org.apache.xerces.impl.xs.util.LSInputListImpl
 
toArray() - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
toArray(Object[]) - Method in class org.apache.xerces.impl.xs.util.ObjectListImpl
 
toArray() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
 
toArray(Object[]) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
 
toArray() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
toArray(Object[]) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
toArray() - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
toArray(Object[]) - Method in class org.apache.xerces.impl.xs.XSModelImpl
 
toByteArray() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
 
toByteArray() - Method in interface org.apache.xerces.xs.datatypes.ByteList
Construct and return a byte array for bytes contained in this list.
TOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The token data type as defined in .
TOKEN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
token
tokenizeSchemaLocationStr(String, Hashtable, String) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: tolerate duplicates
TOLERATE_DUPLICATES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Tolerate duplicates feature ("internal/tolerate-duplicates").
TOP_LEVEL_SCOPE - Static variable in class org.apache.xerces.impl.dtd.DTDGrammar
Top level scope (-1).
toString() - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM method for debugging convenience
toString() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM method for debugging convenience.
toString() - Method in class org.apache.xerces.dom.RangeImpl
 
toString() - Method in class org.apache.xerces.impl.dtd.models.CMAny
 
toString() - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
 
toString() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
toString() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
toString() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
toString() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
Represents this instence in String.
toString() - Method in class org.apache.xerces.impl.xpath.XPath.Axis
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xpath.XPath.LocationPath
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xpath.XPath.NodeTest
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xpath.XPath.Step
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xpath.XPath
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.identity.Field
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.identity.Selector
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
 
toString() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
NON-DOM method for debugging convenience
toString() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
NON-DOM method for debugging convenience.
toString() - Method in class org.apache.xerces.impl.xs.util.XInt
 
toString(Object[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Returns a string of the specified values.
toString(Vector, int, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Returns a string of the specified values.
toString() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
toString() - Method in class org.apache.xerces.impl.xs.XSElementDecl
 
toString() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
 
toString() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
 
toString() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
 
toString() - Method in class org.apache.xerces.util.AugmentationsImpl
 
toString() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
 
toString() - Method in class org.apache.xerces.util.URI
Get the URI as a string specification.
toString() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Returns a string representation of this object.
toString() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.xni.QName
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.xni.XMLString
Returns a string representation of this object.
totalDigits - Variable in class org.apache.xerces.impl.dv.XSFacets
value of totalDigits facet.
totalDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
totalDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
toXSModel() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
Return an XSModel that represents components in this schema grammar.
toXSModel(XSGrammar[]) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
 
toXSModel() - Method in class org.apache.xerces.impl.xs.util.XSGrammarPool
Return an XSModel that represents components in the schema grammars in this pool implementation.
toXSModel(short) - Method in class org.apache.xerces.impl.xs.util.XSGrammarPool
 
toXSModel(SchemaGrammar[], short) - Method in class org.apache.xerces.impl.xs.util.XSGrammarPool
 
toXSModel() - Method in interface org.apache.xerces.xni.grammars.XSGrammar
Return an XSModel that represents components in this schema grammar and any schema grammars that are imported by this grammar directly or indirectly.
toXSModel(XSGrammar[]) - Method in interface org.apache.xerces.xni.grammars.XSGrammar
Return an XSModel that represents components in this schema grammar and the grammars in the grammarsparameter, any schema grammars that are imported by them directly or indirectly.
transplant(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
 
traverse(Node, int) - Static method in class org.apache.xerces.impl.xs.opti.SchemaDOM
 
traverseGlobalDecl(int, Element, XSDocumentInfo, SchemaGrammar) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
traverseSchemas(ArrayList) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
 
TREE_POSITION_ANCESTOR - Static variable in class org.apache.xerces.dom.NodeImpl
The node is an ancestor of the reference node.
TREE_POSITION_DESCENDANT - Static variable in class org.apache.xerces.dom.NodeImpl
The node is a descendant of the reference node.
TREE_POSITION_DISCONNECTED - Static variable in class org.apache.xerces.dom.NodeImpl
The two nodes are disconnected, they do not have any common ancestor.
TREE_POSITION_EQUIVALENT - Static variable in class org.apache.xerces.dom.NodeImpl
The two nodes have an equivalent position.
TREE_POSITION_FOLLOWING - Static variable in class org.apache.xerces.dom.NodeImpl
The node follows the reference node.
TREE_POSITION_PRECEDING - Static variable in class org.apache.xerces.dom.NodeImpl
The node precedes the reference node.
TREE_POSITION_SAME_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
The two nodes are the same.
TreeWalkerImpl - Class in org.apache.xerces.dom
This class implements the TreeWalker interface.
TreeWalkerImpl(Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.TreeWalkerImpl
Public constructor
trim(String) - Static method in class org.apache.xerces.util.XMLChar
Trims space characters as defined by production [3] in the XML 1.0 specification from both ends of the given string.
type - Variable in class org.apache.xerces.dom.events.EventImpl
 
type() - Method in class org.apache.xerces.impl.dtd.models.CMNode
 
type - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
The content spec node type.
type - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
type
type - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
type
type - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
type - Variable in class org.apache.xerces.impl.xpath.XPath.Axis
Axis type.
type - Variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Node test type.
type - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
type
TYPE_ANY - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
TYPE_ANY
TYPE_CDATA - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_CDATA
TYPE_CHILDREN - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
TYPE_CHILDREN
TYPE_DEFINITION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a complex type or simple type definition.
TYPE_EMPTY - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
TYPE_EMPTY
TYPE_ENTITY - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_ENTITY
TYPE_ENUMERATION - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_ENUMERATION
TYPE_ERR - Static variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
If the type of the ASObject is neither an ASContentModel nor an ASElementDeclaration.
TYPE_ID - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_ID
TYPE_IDREF - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_IDREF
TYPE_MIXED - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
TYPE_MIXED
TYPE_NAMED - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_NAMED
TYPE_NMTOKEN - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_NMTOKEN
TYPE_NODE - Static variable in interface org.apache.xerces.dom.DeferredNode
 
TYPE_NOTATION - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
TYPE_NOTATION
TYPE_SIMPLE - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
TYPE_SIMPLE
TypeValidator - Class in org.apache.xerces.impl.dv.xs
All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract class.
TypeValidator() - Constructor for class org.apache.xerces.impl.dv.xs.TypeValidator
 

U

UCS2BE - Static variable in class org.apache.xerces.impl.io.UCSReader
 
UCS2LE - Static variable in class org.apache.xerces.impl.io.UCSReader
 
UCS4BE - Static variable in class org.apache.xerces.impl.io.UCSReader
 
UCS4LE - Static variable in class org.apache.xerces.impl.io.UCSReader
 
UCSReader - Class in org.apache.xerces.impl.io
Reader for UCS-2 and UCS-4 encodings.
UCSReader(InputStream, short) - Constructor for class org.apache.xerces.impl.io.UCSReader
Constructs a UCS reader from the specified input stream using the default buffer size.
UCSReader(InputStream, int, short) - Constructor for class org.apache.xerces.impl.io.UCSReader
Constructs a UCS reader from the specified input stream and buffer size.
UCSReader(InputStream, byte[], short) - Constructor for class org.apache.xerces.impl.io.UCSReader
Constructs a UCS reader from the specified input stream and buffer.
UIEventImpl - Class in org.apache.xerces.dom.events
An implementation of the DOM Level 2 UIEvent interface.
UIEventImpl() - Constructor for class org.apache.xerces.dom.events.UIEventImpl
 
UNAVAILABLE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The built-in type category is not available.
undeferChildren(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Traverses the DOM Tree and expands deferred nodes and their children.
unescaped - Variable in class org.apache.xml.serialize.ElementState
Deprecated.
True if textual content of current element should be serialized as raw characters (unescaped).
UNICODE_NORMALIZATION_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Unicode normalization checking feature ("unicode-normalization-checking").
unindent() - Method in class org.apache.xml.serialize.IndentPrinter
Deprecated.
Decrement the indentation for the next line.
unindent() - Method in class org.apache.xml.serialize.Printer
Deprecated.
 
union(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 
UnionDV - Class in org.apache.xerces.impl.dv.xs
Represent the schema union types
UnionDV() - Constructor for class org.apache.xerces.impl.dv.xs.UnionDV
 
UniqueOrKey - Class in org.apache.xerces.impl.xs.identity
Schema unique or key identity constraint.
UniqueOrKey(String, String, String, short) - Constructor for class org.apache.xerces.impl.xs.identity.UniqueOrKey
Constructs a unique or a key identity constraint.
Unix - Static variable in class org.apache.xml.serialize.LineSeparator
Deprecated.
Line separator for Unix systems (\n).
unlockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
unlockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
unlock the grammar pool
unlockPool() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
unlockPool() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
Allows the XMLGrammarPool to store grammars when its cacheGrammars(String, Grammar[]) method is called.
UNPARSED_ENTITY_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: whether to ignore unparsed entity errors
UNPARSED_ENTITY_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: whether to ignore unparsed entity errors
UNPARSED_ENTITY_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: whether to ignore unparsed entity errors
UNPARSED_ENTITY_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Feature to ignore errors caused by unparsed entities ("validation/unparsed-entity-checking")
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
UNSIGNEDBYTE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The unsigned byte data type as defined in .
UNSIGNEDBYTE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedByte
UNSIGNEDINT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The unsigned integer data type as defined in .
UNSIGNEDINT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedInt
UNSIGNEDLONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The unsigned long data type as defined in .
UNSIGNEDLONG_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedLong
UNSIGNEDSHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated.
The unsigned short data type as defined in .
UNSIGNEDSHORT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedShort
updateQName(Node, QName) - Method in class org.apache.xerces.dom.DOMNormalizer
 
URI - Class in org.apache.xerces.util
A class to represent a Uniform Resource Identifier (URI).
URI() - Constructor for class org.apache.xerces.util.URI
Construct a new and uninitialized URI.
URI(URI) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from another URI.
URI(String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a URI specification string.
URI(String, boolean) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a URI specification string.
URI(URI, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a base URI and a URI specification string.
URI(URI, String, boolean) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a base URI and a URI specification string.
URI(String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that does not follow the generic URI syntax.
URI(String, String, String, String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(String, String, String, int, String, String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that follows the generic URI syntax from its component parts.
uri - Variable in class org.apache.xerces.xni.QName
The URI to which the qname prefix is bound.
URI.MalformedURIException - Exception in org.apache.xerces.util
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
URI.MalformedURIException() - Constructor for exception org.apache.xerces.util.URI.MalformedURIException
Constructs a MalformedURIException with no specified detail message.
URI.MalformedURIException(String) - Constructor for exception org.apache.xerces.util.URI.MalformedURIException
Constructs a MalformedURIException with the specified detail message.
URI_SCHEMAFORSCHEMA - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
URI_XSI - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
USE_ATTRIBUTES2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Use Attributes2 feature ("use-attributes2").
USE_ENTITY_RESOLVER2 - Static variable in class org.apache.xerces.parsers.DOMParser
Feature identifier: EntityResolver2.
USE_ENTITY_RESOLVER2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Use EntityResolver2 feature ("use-entity-resolver2").
USE_GRAMMAR_POOL_ONLY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: use grammar pool only
USE_GRAMMAR_POOL_ONLY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: use grammar pool only
USE_GRAMMAR_POOL_ONLY - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: use grammar pool only
USE_GRAMMAR_POOL_ONLY_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Internal feature.
USE_LOCATOR2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Use Locator2 feature ("use-locator2").
USE_OPTIONAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
USE_PROHIBITED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
USE_REQUIRED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
useNamespaces() - Method in interface org.apache.xerces.impl.dv.ValidationContext
 
useNamespaces() - Method in class org.apache.xerces.impl.validation.ValidationState
 
userData - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Table for user data attached to this document nodes.
UTF16Reader - Class in org.apache.xerces.impl.io
A UTF-16 reader.
UTF16Reader(InputStream, boolean) - Constructor for class org.apache.xerces.impl.io.UTF16Reader
Constructs a UTF-16 reader from the specified input stream using the default buffer size.
UTF16Reader(InputStream, boolean, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF16Reader
Constructs a UTF-16 reader from the specified input stream using the default buffer size and the given MessageFormatter.
UTF16Reader(InputStream, int, boolean, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF16Reader
Constructs a UTF-16 reader from the specified input stream and buffer size and given MessageFormatter.
UTF16Reader(InputStream, byte[], boolean, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF16Reader
Constructs a UTF-16 reader from the specified input stream, buffer and MessageFormatter.
UTF8Reader - Class in org.apache.xerces.impl.io
A UTF-8 reader.
UTF8Reader(InputStream) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream using the default buffer size.
UTF8Reader(InputStream, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream using the default buffer size and the given MessageFormatter.
UTF8Reader(InputStream, int, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
UTF8Reader(InputStream, byte[], MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer and MessageFormatter.

V

validate() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated.
Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
VALIDATE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
validate() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated.
Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
validate() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated.
Validates the document against the ASModel.
validate(QName[], int, int) - Method in interface org.apache.xerces.impl.dtd.models.ContentModelValidator
validate
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.DFAContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.MixedContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.SimpleContentModel
Check that the specified content is valid according to this content model.
validate() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
validate() - Method in interface org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
Return true if validator must validate the document
validate(String, ValidationContext) - Method in interface org.apache.xerces.impl.dv.DatatypeValidator
validate a given string against this DV
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
Checks that "content" string is valid IDREF value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
Checks that "content" string is valid.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
Checks that "content" string is valid NMTOKEN value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
Checks that "content" string is valid NOTATION value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
Checks that "content" string is valid string value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
Checks that "content" string is valid IDREF value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
Checks that "content" string is valid NMTOKEN value.
validate(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
validate(Object, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
validate(ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate an actual value against this DV
validate(ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
validate(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
validate(Object, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
validate(String, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
validate a given string against this simple type.
validate(Object, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
validate a given string value, represented by content.toString().
validate(ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
Validate an actual value against this simple type.
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: validate annotations
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: validate annotations.
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Feature identifier: validate annotations.
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: validate annotations.
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: validate annotations
VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: validate annotations
VALIDATE_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate annotations feature ("validate-annotations").
VALIDATE_CONTENT_MODELS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate content models feature ("validation/validate-content-models").
VALIDATE_DATATYPES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate datatypes feature ("validation/validate-datatypes").
validateDateTime(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
Validates given date/time object accoring to W3C PR Schema [D.1 ISO 8601 Conventions]
ValidatedInfo - Class in org.apache.xerces.impl.dv
Class to get the information back after content is validated.
ValidatedInfo() - Constructor for class org.apache.xerces.impl.dv.ValidatedInfo
 
validateDTDattribute(QName, String, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Validate attributes in DTD fashion.
validateWithInfo(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.XMLScanner
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: validation.
VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validation feature ("validation").
VALIDATION_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature id: validation.
VALIDATION_FULL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that full schema validation has been performed on the item.
VALIDATION_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
property identifier: ValidationManager
VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.XMLEntityManager
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
VALIDATION_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validation manager property ("internal/validation-manager").
VALIDATION_NONE - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question has specifically been skipped.
VALIDATION_PARTIAL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed on the item in question under the rules of lax validation.
ValidationContext - Interface in org.apache.xerces.impl.dv
ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname
ValidationManager - Class in org.apache.xerces.impl.validation
ValidationManager is a coordinator property for validators in the pipeline.
ValidationManager() - Constructor for class org.apache.xerces.impl.validation.ValidationManager
 
ValidationState - Class in org.apache.xerces.impl.validation
Implementation of the ValidationContext interface.
ValidationState() - Constructor for class org.apache.xerces.impl.validation.ValidationState
 
VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator").
VALIDITY_INVALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has been strictly assessed and the item in question is invalid according to the rules of schema validation.
VALIDITY_NOTKNOWN - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has either not been performed or that a strict assessment of validity could not be performed.
VALIDITY_VALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question is valid according to the rules of schema validation.
validRestrictionOf(String, XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
Check that the attributes in this group validly restrict those from a base group.
value - Variable in class org.apache.xerces.dom.AttrImpl
This can either be a String or the first child node.
value - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
The "left hand" value object of the content spec node.
value - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
Value.
value - Variable in class org.apache.xerces.util.SymbolHash.Entry
 
VALUE_DEFAULT - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Indicates that the there is a default value constraint.
VALUE_FIXED - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Indicates that there is a fixed value constraint for this attribute.
VALUE_NONE - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated.
Describes that the attribute does not have any value constraint.
valueAt(int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
Returns the short value at the specified position in the vector.
ValueStore - Interface in org.apache.xerces.impl.xs.identity
Interface for storing values associated to an identity constraint.
VARIETY_ABSENT - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
The variety is absent for the anySimpleType definition.
VARIETY_ATOMIC - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Atomic type.
VARIETY_LIST - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
List type.
VARIETY_UNION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Union type.
VC_DEFAULT - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a default value constraint.
VC_FIXED - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a fixed value constraint for this attribute.
VC_NONE - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that the component does not have any value constraint.
version - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document version
version - Variable in class org.apache.xerces.dom.EntityImpl
Version
Version - Class in org.apache.xerces.impl
This class defines the version number of the parser.
Version() - Constructor for class org.apache.xerces.impl.Version
 
versionSupported(String) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
 
versionSupported(String) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
 
versionSupported(String) - Method in class org.apache.xerces.impl.XMLScanner
 

W

W3C_DOM_DOCUMENT - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.w3c.dom.Document.
W3C_DOM_ELEMENT - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.w3c.dom.Element.
W3C_XML_SCHEMA - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
 
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Feature identifier: warn on duplicate attdef
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: warn on duplicate attdef
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Warn on duplicate attribute declaration feature ("validation/warn-on-duplicate-attdef").
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: warn on duplicate EntityDef
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on duplicate entity definition.
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on duplicate entity definition.
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on duplicate entity definition.
WARN_ON_DUPLICATE_ENTITYDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Warn on duplicate entity declaration feature ("warn-on-duplicate-entitydef").
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
Feature identifier: warn on undeclared element referenced in content model.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Warn on undeclared element feature ("validation/warn-on-undeclared-elemdef").
warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Warning.
warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
Reports a warning.
warning(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
 
warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Reports a warning.
warning(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Reports a warning.
weakerProcessContents(XSWildcardDecl) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
Check whether this wildcard has a weaker process contents than the super.
Web - Static variable in class org.apache.xml.serialize.LineSeparator
Deprecated.
Line separator for the Web (\n).
WELLFORMED - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
WELLFORMED - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
WF_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated.
Check for well-formedness of this node.
whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
Check which elements are valid to appear at this point.
whatCanGoHere(int[]) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
Check which elements are valid to appear at this point.
whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
Check which elements are valid to appear at this point.
whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
Check which elements are valid to appear at this point.
whichDoctypePublic(Document) - Static method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the document type public identifier specified for this document, or null.
whichDoctypeSystem(Document) - Static method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the document type system identifier specified for this document, or null.
whichMediaType(String) - Static method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Returns the suitable media format for a document output with the specified method.
whichMethod(Document) - Static method in class org.apache.xml.serialize.OutputFormat
Deprecated.
Determine the output method for the specified document.
whiteSpace - Variable in class org.apache.xerces.impl.dv.XSFacets
value of whiteSpace facet.
whiteSpaceAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
whiteSpaceAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
 
WILDCARD - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
Type: wildcard.
WILDCARD - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a wildcard.
Windows - Static variable in class org.apache.xml.serialize.LineSeparator
Deprecated.
Line separator for Windows systems (\r\n).
WMLAccessElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAccessElementImpl - Class in org.apache.wml.dom
 
WMLAccessElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAccessElementImpl
 
WMLAElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAElementImpl - Class in org.apache.wml.dom
 
WMLAElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAElementImpl
 
WMLAnchorElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAnchorElementImpl - Class in org.apache.wml.dom
 
WMLAnchorElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAnchorElementImpl
 
WMLBElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBElementImpl - Class in org.apache.wml.dom
 
WMLBElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBElementImpl
 
WMLBigElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBigElementImpl - Class in org.apache.wml.dom
 
WMLBigElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBigElementImpl
 
WMLBrElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBrElementImpl - Class in org.apache.wml.dom
 
WMLBrElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBrElementImpl
 
WMLCardElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLCardElementImpl - Class in org.apache.wml.dom
 
WMLCardElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLCardElementImpl
 
WMLDocument - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDocumentImpl - Class in org.apache.wml.dom
 
WMLDocumentImpl(DocumentType) - Constructor for class org.apache.wml.dom.WMLDocumentImpl
 
WMLDoElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDoElementImpl - Class in org.apache.wml.dom
 
WMLDoElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLDoElementImpl
 
WMLDOMImplementation - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDOMImplementationImpl - Class in org.apache.wml.dom
 
WMLDOMImplementationImpl() - Constructor for class org.apache.wml.dom.WMLDOMImplementationImpl
 
WMLElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLElementImpl - Class in org.apache.wml.dom
 
WMLElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLElementImpl
 
WMLEmElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLEmElementImpl - Class in org.apache.wml.dom
 
WMLEmElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLEmElementImpl
 
WMLFieldsetElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLFieldsetElementImpl - Class in org.apache.wml.dom
 
WMLFieldsetElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLFieldsetElementImpl
 
WMLGoElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLGoElementImpl - Class in org.apache.wml.dom
 
WMLGoElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLGoElementImpl
 
WMLHeadElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLHeadElementImpl - Class in org.apache.wml.dom
 
WMLHeadElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLHeadElementImpl
 
WMLIElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLIElementImpl - Class in org.apache.wml.dom
 
WMLIElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLIElementImpl
 
WMLImgElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLImgElementImpl - Class in org.apache.wml.dom
 
WMLImgElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLImgElementImpl
 
WMLInputElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLInputElementImpl - Class in org.apache.wml.dom
 
WMLInputElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLInputElementImpl
 
WMLMetaElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLMetaElementImpl - Class in org.apache.wml.dom
 
WMLMetaElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLMetaElementImpl
 
WMLNoopElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLNoopElementImpl - Class in org.apache.wml.dom
 
WMLNoopElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLNoopElementImpl
 
WMLOneventElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOneventElementImpl - Class in org.apache.wml.dom
 
WMLOneventElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOneventElementImpl
 
WMLOptgroupElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptgroupElementImpl - Class in org.apache.wml.dom
 
WMLOptgroupElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOptgroupElementImpl
 
WMLOptionElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptionElementImpl - Class in org.apache.wml.dom
 
WMLOptionElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOptionElementImpl
 
WMLPElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPElementImpl - Class in org.apache.wml.dom
 
WMLPElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPElementImpl
 
WMLPostfieldElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPostfieldElementImpl - Class in org.apache.wml.dom
 
WMLPostfieldElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPostfieldElementImpl
 
WMLPrevElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPrevElementImpl - Class in org.apache.wml.dom
 
WMLPrevElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPrevElementImpl
 
WMLRefreshElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLRefreshElementImpl - Class in org.apache.wml.dom
 
WMLRefreshElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLRefreshElementImpl
 
WMLSelectElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSelectElementImpl - Class in org.apache.wml.dom
 
WMLSelectElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSelectElementImpl
 
WMLSetvarElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSetvarElementImpl - Class in org.apache.wml.dom
 
WMLSetvarElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSetvarElementImpl
 
WMLSmallElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSmallElementImpl - Class in org.apache.wml.dom
 
WMLSmallElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSmallElementImpl
 
WMLStrongElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLStrongElementImpl - Class in org.apache.wml.dom
 
WMLStrongElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLStrongElementImpl
 
WMLTableElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTableElementImpl - Class in org.apache.wml.dom
 
WMLTableElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTableElementImpl
 
WMLTdElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTdElementImpl - Class in org.apache.wml.dom
 
WMLTdElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTdElementImpl
 
WMLTemplateElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTemplateElementImpl - Class in org.apache.wml.dom
 
WMLTemplateElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTemplateElementImpl
 
WMLTimerElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTimerElementImpl - Class in org.apache.wml.dom
 
WMLTimerElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTimerElementImpl
 
WMLTrElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTrElementImpl - Class in org.apache.wml.dom
 
WMLTrElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTrElementImpl
 
WMLUElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLUElementImpl - Class in org.apache.wml.dom
 
WMLUElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLUElementImpl
 
WMLWmlElement - Interface in org.apache.wml
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLWmlElementImpl - Class in org.apache.wml.dom
 
WMLWmlElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLWmlElementImpl
 
write(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
write(Node, LSOutput) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeAnnotation(Object, short) - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
Write contents of the annotation to the specified DOM object.
writeAnnotation(Object, short) - Method in interface org.apache.xerces.xs.XSAnnotation
Write contents of the annotation to the specified object.
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.AttributeImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.CharactersImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.CommentImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.DTDImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.EndDocumentImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.EndElementImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.EntityDeclarationImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.EntityReferenceImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.NotationDeclarationImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.ProcessingInstructionImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.StartDocumentImpl
 
writeAsEncodedUnicode(Writer) - Method in class org.apache.xerces.stax.events.StartElementImpl
 
writeASModel(OutputStream, ASModel) - Method in interface org.apache.xerces.dom3.as.DOMASWriter
Deprecated.
Write out the specified Abstract Schema to the specified destination.
writeln(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
writeToString(Node) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
DOM L3 EXPERIMENTAL: Serialize the specified node as described above in the description of LSSerializer.
writeToURI(Node, String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
Serialize the specified node as described above in the general description of the LSSerializer interface.
WRONG_MIME_TYPE_ERR - Static variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
When mimeTypeCheck is true and the input source has an incorrect MIME Type.
WS_COLLAPSE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
collapse the white spaces
WS_PRESERVE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
preserve the white spaces
WS_REPLACE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
replace the white spaces

X

XERCES_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces features prefix ("http://apache.org/xml/features/").
XERCES_NAMESPACES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: namespaces.
XERCES_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces properties prefix ("http://apache.org/xml/properties/").
XERCES_VALIDATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Feature identifier: validation.
XHTML - Static variable in class org.apache.xml.serialize.Method
Deprecated.
The output method for HTML documents as XHTML.
XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
Deprecated.
 
XHTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated.
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated.
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLSerializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated.
Constructs a new serializer.
XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated.
Constructs a new serializer.
XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified writer using the specified output format.
XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated.
System identifier for XHTML 1.0 (Strict) document type.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated.
System identifier for XHTML 1.0 (Strict) document type.
XInclude11TextReader - Class in org.apache.xerces.xinclude
This class is used for reading resources requested in <include> elements in XML 1.1 entities, when the parse attribute of the <include> element is "text".
XInclude11TextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XInclude11TextReader
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
XINCLUDE_ATTR_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_ENCODING - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_HREF - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_PARSE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_DEFAULT_CONFIGURATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_DOMAIN - Static variable in class org.apache.xerces.xinclude.XIncludeMessageFormatter
 
XINCLUDE_FALLBACK - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude processing feature ("xinclude").
XINCLUDE_FEATURE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Feature identifier: XInclude processing
XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Feature identifier: fixup base URIs.
XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Feature identifier: fixup base URIs.
XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Feature identifier: fixup base URIs.
XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: fixup base URIs.
XINCLUDE_FIXUP_BASE_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude fixup base URIs feature ("xinclude/fixup-base-uris").
XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Feature identifier: fixup language.
XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Feature identifier: fixup language.
XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Feature identifier: fixup language.
XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
Feature identifier: fixup language.
XINCLUDE_FIXUP_LANGUAGE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude fixup language feature ("xinclude/fixup-language").
XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Property identifier: XInclude handler.
XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Property identifier: error reporter.
XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Property identifier: error reporter.
XINCLUDE_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XInclude handler property ("internal/xinclude-handler").
XINCLUDE_INCLUDE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_INCLUDED - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_NS_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_PARSE_TEXT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_PARSE_XML - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XIncludeAwareParserConfiguration - Class in org.apache.xerces.parsers
This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.
XIncludeAwareParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Default constructor.
XIncludeAwareParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table.
XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XIncludeHandler - Class in org.apache.xerces.xinclude
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.
XIncludeHandler() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler
 
XIncludeHandler.Notation - Class in org.apache.xerces.xinclude
 
XIncludeHandler.Notation() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.Notation
 
XIncludeHandler.UnparsedEntity - Class in org.apache.xerces.xinclude
 
XIncludeHandler.UnparsedEntity() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
 
XIncludeMessageFormatter - Class in org.apache.xerces.xinclude
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
XIncludeMessageFormatter() - Constructor for class org.apache.xerces.xinclude.XIncludeMessageFormatter
 
XIncludeNamespaceSupport - Class in org.apache.xerces.xinclude
This is an implementation of NamespaceContext which is intended to be used for XInclude processing.
XIncludeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
 
XIncludeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
 
XIncludeParserConfiguration - Class in org.apache.xerces.parsers
This parser configuration includes an XIncludeHandler in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.
XIncludeParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Default constructor.
XIncludeParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table.
XIncludeParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XIncludeParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XIncludeTextReader - Class in org.apache.xerces.xinclude
This class is used for reading resources requested in <include> elements, when the parse attribute of the <include> element is "text".
XIncludeTextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XIncludeTextReader
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
XInt - Class in org.apache.xerces.impl.xs.util
 
XIntPool - Class in org.apache.xerces.impl.xs.util
 
XIntPool() - Constructor for class org.apache.xerces.impl.xs.util.XIntPool
 
XML - Static variable in class org.apache.xml.serialize.Method
Deprecated.
The output method for XML documents.
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
 
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
 
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
 
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
 
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
 
XML11Char - Class in org.apache.xerces.util
This class defines the basic properties of characters in XML 1.1.
XML11Char() - Constructor for class org.apache.xerces.util.XML11Char
 
XML11Configurable - Interface in org.apache.xerces.parsers
An XMLParserConfiguration implements this interface in order to indicate that it provides support for XML 1.1.
XML11Configuration - Class in org.apache.xerces.parsers
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
XML11Configuration() - Constructor for class org.apache.xerces.parsers.XML11Configuration
Default constructor.
XML11Configuration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table.
XML11Configuration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11Configuration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11DocumentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning XML document structure and content.
XML11DocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DocumentScannerImpl
Default constructor.
XML11DTDConfiguration - Class in org.apache.xerces.parsers
This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11DTDConfiguration() - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Default constructor.
XML11DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table.
XML11DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
XML11DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
 
XML11DTDProcessor - Class in org.apache.xerces.impl.dtd
This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
XML11DTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDProcessor(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDProcessor(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XML11DTDScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
Default constructor.
XML11DTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
Constructor for he use of non-XMLComponentManagers.
XML11DTDValidator - Class in org.apache.xerces.impl.dtd
This allows the validator to correctlyhandle XML 1.1 documents.
XML11DTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDValidator
Default constructor.
XML11EntityScanner - Class in org.apache.xerces.impl
Implements the entity scanner methods in the context of XML 1.1.
XML11EntityScanner() - Constructor for class org.apache.xerces.impl.XML11EntityScanner
Default constructor.
XML11IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation.
XML11IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
 
XML11IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation.
XML11IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
 
XML11NamespaceBinder - Class in org.apache.xerces.impl
This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
XML11NamespaceBinder() - Constructor for class org.apache.xerces.impl.XML11NamespaceBinder
Default constructor.
XML11NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
NMTOKEN datatype validator for NMTokens from XML 1.1.
XML11NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
 
XML11NonValidatingConfiguration - Class in org.apache.xerces.parsers
This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Default constructor.
XML11NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table.
XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11NSDocumentScannerImpl - Class in org.apache.xerces.impl
The scanner acts as the source for the document information which is communicated to the document handler.
XML11NSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl
 
XML11NSDocumentScannerImpl.NS11ContentDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle content scanning.
XML11NSDocumentScannerImpl.NS11ContentDispatcher() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
 
XML11NSDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XML11NSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11NSDTDValidator
 
XML11Serializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
XML11Serializer() - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated.
Constructs a new serializer.
XML11Serializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated.
Constructs a new serializer.
XML11Serializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated.
Constructs a new serializer that writes to the specified writer using the specified output format.
XML11Serializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated.
Constructs a new serializer that writes to the specified output stream using the specified output format.
XML_11_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XML 1.1 feature ("xml-1.1").
XML_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
 
XML_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
The domain of messages concerning the XML 1.0 specification.
XML_DTD - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for DTD grammars.
XML_SCHEMA - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for XML Schema grammars.
XML_STRING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
Property identifier: xml string.
XML_STRING - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: xml string.
XML_STRING - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: xml string.
XML_STRING - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: xml string.
XML_STRING - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: xml string.
XML_STRING_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XML string property ("xml-string").
XML_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
XML_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
 
XML_VERSION_1_1 - Static variable in class org.apache.xerces.impl.Constants
 
XML_VERSION_ERROR - Static variable in class org.apache.xerces.impl.Constants
 
XMLAttributeDecl - Class in org.apache.xerces.impl.dtd
 
XMLAttributeDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLAttributeDecl
 
XMLAttributes - Interface in org.apache.xerces.xni
The XMLAttributes interface defines a collection of attributes for an element.
XMLAttributesImpl - Class in org.apache.xerces.util
The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
XMLAttributesImpl() - Constructor for class org.apache.xerces.util.XMLAttributesImpl
Default constructor.
XMLAttributesImpl(int) - Constructor for class org.apache.xerces.util.XMLAttributesImpl
 
XMLCatalogResolver - Class in org.apache.xerces.util
The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs.
XMLCatalogResolver() - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with a default configuration.
XMLCatalogResolver(String[]) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with the given list of entry files.
XMLCatalogResolver(String[], boolean) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with the given list of entry files and the preference for whether system or public matches are preferred.
XMLChar - Class in org.apache.xerces.util
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.xerces.util.XMLChar
 
XMLComponent - Interface in org.apache.xerces.xni.parser
The component interface defines methods that must be implemented by components in a parser configuration.
XMLComponentManager - Interface in org.apache.xerces.xni.parser
The component manager manages a parser configuration and the components that make up that configuration.
XMLConfigurationException - Exception in org.apache.xerces.xni.parser
An XNI parser configuration exception.
XMLConfigurationException(short, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type and feature/property identifier.
XMLConfigurationException(short, String, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type, feature/property identifier, and error message
XMLContentSpec - Class in org.apache.xerces.impl.dtd
ContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLContentSpec() - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Default constructor.
XMLContentSpec(short, Object, Object) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec with the specified values.
XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec from the values in the specified content spec.
XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec from the values specified by the given content spec provider and identifier.
XMLContentSpec.Provider - Interface in org.apache.xerces.impl.dtd
Provides a means for walking the structure built out of content spec "nodes".
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
xmlDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of an XMLDecl line in the document.
XMLDECL - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated.
 
XMLDocumentFilter - Interface in org.apache.xerces.xni.parser
Defines a document filter that acts as both a receiver and an emitter of document events.
XMLDocumentFragmentHandler - Interface in org.apache.xerces.xni
This handler interface contains methods necessary to receive information about document elements and content.
XMLDocumentFragmentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the structure and content of document fragments.
XMLDocumentFragmentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Default constructor.
XMLDocumentFragmentScannerImpl.Dispatcher - Interface in org.apache.xerces.impl
This interface defines an XML "event" dispatching model.
XMLDocumentFragmentScannerImpl.ElementStack - Class in org.apache.xerces.impl
Element stack.
XMLDocumentFragmentScannerImpl.ElementStack() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Default constructor.
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle content scanning.
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
 
XMLDocumentHandler - Interface in org.apache.xerces.xni
The document handler interface defines callback methods to report information items in XML documents.
XMLDocumentParser - Class in org.apache.xerces.parsers
This is a concrete vanilla XML parser class.
XMLDocumentParser() - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the default basic parser configuration.
XMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified parser configuration.
XMLDocumentParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table and grammar pool.
XMLDocumentScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic document scanner.
XMLDocumentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning XML document structure and content.
XMLDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl
Default constructor.
XMLDocumentScannerImpl.ContentDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle content scanning.
XMLDocumentScannerImpl.ContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
 
XMLDocumentScannerImpl.DTDDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle the internal and external DTD subsets.
XMLDocumentScannerImpl.DTDDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
 
XMLDocumentScannerImpl.PrologDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle prolog scanning.
XMLDocumentScannerImpl.PrologDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
 
XMLDocumentScannerImpl.TrailingMiscDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle trailing miscellaneous section scanning.
XMLDocumentScannerImpl.TrailingMiscDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
 
XMLDocumentScannerImpl.XMLDeclDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle XMLDecl scanning.
XMLDocumentScannerImpl.XMLDeclDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
 
XMLDocumentSource - Interface in org.apache.xerces.xni.parser
Defines a document source.
XMLDTDContentModelFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events.
XMLDTDContentModelHandler - Interface in org.apache.xerces.xni
The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration.
XMLDTDContentModelSource - Interface in org.apache.xerces.xni.parser
Defines a DTD content model source.
XMLDTDDescription - Class in org.apache.xerces.impl.dtd
All information specific to DTD grammars.
XMLDTDDescription(XMLResourceIdentifier, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription(String, String, String, String, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription(XMLInputSource) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription - Interface in org.apache.xerces.xni.grammars
All information specific to DTD grammars.
XMLDTDFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
XMLDTDHandler - Interface in org.apache.xerces.xni
The DTD handler interface defines callback methods to report information items in the DTD of an XML document.
XMLDTDLoader - Class in org.apache.xerces.impl.dtd
The DTD loader.
XMLDTDLoader() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
Deny default construction; we need a SymtolTable!
XMLDTDLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
 
XMLDTDLoader(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
 
XMLDTDProcessor - Class in org.apache.xerces.impl.dtd
The DTD processor.
XMLDTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDProcessor
Default constructor.
XMLDTDScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic DTD scanner.
XMLDTDScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XMLDTDScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
Default constructor.
XMLDTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
Constructor for he use of non-XMLComponentManagers.
XMLDTDSource - Interface in org.apache.xerces.xni.parser
Defines a DTD source.
XMLDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XMLDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDValidator
Default constructor.
XMLDTDValidatorFilter - Interface in org.apache.xerces.impl.dtd
Defines a DTD Validator filter to allow components to query the DTD validator.
XMLElementDecl - Class in org.apache.xerces.impl.dtd
 
XMLElementDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLElementDecl
 
XMLEntityDecl - Class in org.apache.xerces.impl.dtd
 
XMLEntityDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLEntityDecl
 
XMLEntityDescription - Interface in org.apache.xerces.impl
This interface describes the properties of entities--their physical location and their name.
XMLEntityDescriptionImpl - Class in org.apache.xerces.util
This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.
XMLEntityDescriptionImpl() - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs an empty entity description.
XMLEntityDescriptionImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs an entity description.
XMLEntityDescriptionImpl(String, String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs a resource identifier.
XMLEntityHandler - Interface in org.apache.xerces.impl
The entity handler interface defines methods to report information about the start and end of entities.
XMLEntityManager - Class in org.apache.xerces.impl
The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.
XMLEntityManager() - Constructor for class org.apache.xerces.impl.XMLEntityManager
Default constructor.
XMLEntityManager(XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLEntityManager
Constructs an entity manager that shares the specified entity declarations during each parse.
XMLEntityManager.Entity - Class in org.apache.xerces.impl
Entity information.
XMLEntityManager.Entity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Default constructor.
XMLEntityManager.Entity(String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Constructs an entity.
XMLEntityManager.ExternalEntity - Class in org.apache.xerces.impl
External entity.
XMLEntityManager.ExternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Default constructor.
XMLEntityManager.ExternalEntity(String, XMLResourceIdentifier, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Constructs an internal entity.
XMLEntityManager.InternalEntity - Class in org.apache.xerces.impl
Internal entity.
XMLEntityManager.InternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Default constructor.
XMLEntityManager.InternalEntity(String, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Constructs an internal entity.
XMLEntityManager.RewindableInputStream - Class in org.apache.xerces.impl
This class wraps the byte inputstreams we're presented with.
XMLEntityManager.RewindableInputStream(InputStream) - Constructor for class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
XMLEntityManager.ScannedEntity - Class in org.apache.xerces.impl
Entity state.
XMLEntityManager.ScannedEntity(String, XMLResourceIdentifier, InputStream, Reader, byte[], String, boolean, boolean, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Constructs a scanned entity.
XMLEntityResolver - Interface in org.apache.xerces.xni.parser
This interface is used to resolve external parsed entities.
XMLEntityScanner - Class in org.apache.xerces.impl
Implements the entity scanner methods.
XMLEntityScanner() - Constructor for class org.apache.xerces.impl.XMLEntityScanner
Default constructor.
XMLErrorHandler - Interface in org.apache.xerces.xni.parser
An interface for handling errors.
XMLErrorReporter - Class in org.apache.xerces.impl
This class is a common element of all parser configurations and is used to report errors that occur.
XMLErrorReporter() - Constructor for class org.apache.xerces.impl.XMLErrorReporter
Constructs an error reporter with a locator.
XMLEventFactoryImpl - Class in org.apache.xerces.stax
Implementation of XMLEventFactory.
XMLEventFactoryImpl() - Constructor for class org.apache.xerces.stax.XMLEventFactoryImpl
 
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DOMParser
Property identifier: XML grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.SAXParser
Property identifier: XML grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Grammar pool property ("internal/grammar-pool").
XMLGrammarCachingConfiguration - Class in org.apache.xerces.parsers
This configuration provides a generic way of using Xerces's grammar caching facilities.
XMLGrammarCachingConfiguration() - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Default constructor.
XMLGrammarCachingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table.
XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XMLGrammarDescription - Interface in org.apache.xerces.xni.grammars
This interface describes basic attributes of XML grammars--their physical location and their type.
XMLGrammarLoader - Interface in org.apache.xerces.xni.grammars
The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents.
XMLGrammarParser - Class in org.apache.xerces.parsers
 
XMLGrammarParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarParser
Construct an XMLGrammarParser with the specified symbol table
XMLGrammarPool - Interface in org.apache.xerces.xni.grammars
This interface specifies how the parser and the application interact with respect to Grammar objects that the application possesses--either by having precompiled them or by having stored them from a previous validation of an instance document.
XMLGrammarPoolImpl - Class in org.apache.xerces.util
Stores grammars in a pool associated to a specific key.
XMLGrammarPoolImpl() - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
Constructs a grammar pool with a default number of buckets.
XMLGrammarPoolImpl(int) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
Constructs a grammar pool with a specified number of buckets.
XMLGrammarPoolImpl.Entry - Class in org.apache.xerces.util
This class is a grammar pool entry.
XMLGrammarPoolImpl.Entry(int, XMLGrammarDescription, Grammar, XMLGrammarPoolImpl.Entry) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
 
XMLGrammarPreparser - Class in org.apache.xerces.parsers
This class provides an easy way for a user to preparse grammars of various types.
XMLGrammarPreparser() - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
Default constructor.
XMLGrammarPreparser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
Constructs a preparser using the specified symbol table.
XMLInputSource - Class in org.apache.xerces.xni.parser
This class represents an input source for an XML document.
XMLInputSource(String, String, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a byte stream.
XMLInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a character stream.
XMLLocator - Interface in org.apache.xerces.xni
Location information.
XMLLocatorWrapper - Class in org.apache.xerces.util
A light wrapper around an XMLLocator.
XMLLocatorWrapper() - Constructor for class org.apache.xerces.util.XMLLocatorWrapper
 
XMLMessageFormatter - Class in org.apache.xerces.impl.msg
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
XMLMessageFormatter() - Constructor for class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLNamespaceBinder - Class in org.apache.xerces.impl
This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
XMLNamespaceBinder() - Constructor for class org.apache.xerces.impl.XMLNamespaceBinder
Default constructor.
XMLNotationDecl - Class in org.apache.xerces.impl.dtd
 
XMLNotationDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLNotationDecl
 
XMLNS_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLNS_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
XMLNS_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
xmlns URIs feature ("xmlns-uris").
XMLNSDocumentScannerImpl - Class in org.apache.xerces.impl
The scanner acts as the source for the document information which is communicated to the document handler.
XMLNSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl
 
XMLNSDocumentScannerImpl.NSContentDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle content scanning.
XMLNSDocumentScannerImpl.NSContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
 
XMLNSDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XMLNSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLNSDTDValidator
 
XMLParseException - Exception in org.apache.xerces.xni.parser
A parsing exception.
XMLParseException(XMLLocator, String) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParseException(XMLLocator, String, Exception) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParser - Class in org.apache.xerces.parsers
Base class of all XML-related parsers.
XMLParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLParser
Default Constructor.
XMLParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration.
XMLPullParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration that can be used as the configuration for a "pull" parser.
XMLResourceIdentifier - Interface in org.apache.xerces.xni
This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)
XMLResourceIdentifierImpl - Class in org.apache.xerces.util
The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.
XMLResourceIdentifierImpl() - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs an empty resource identifier.
XMLResourceIdentifierImpl(String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs a resource identifier.
XMLResourceIdentifierImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs a resource identifier.
XMLScanner - Class in org.apache.xerces.impl
This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content.
XMLScanner() - Constructor for class org.apache.xerces.impl.XMLScanner
 
XMLSCHEMA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
XML Schema validation
XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMParserImpl
XML Schema full checking
XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
feature identifier: XML Schema validation -- full checking
XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
feature identifier: XML Schema validation -- full checking
XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
feature identifier: XML Schema validation
XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
feature identifier: XML Schema validation
XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
feature identifier: XML Schema validation
XMLSchemaDescription - Interface in org.apache.xerces.xni.grammars
All information specific to XML Schema grammars.
XMLSchemaException - Exception in org.apache.xerces.impl.xs
This exception might be thrown by any constraint checking method.
XMLSchemaException(String, Object[]) - Constructor for exception org.apache.xerces.impl.xs.XMLSchemaException
 
XMLSchemaFactory - Class in org.apache.xerces.jaxp.validation
SchemaFactory for XML Schema.
XMLSchemaFactory() - Constructor for class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
XMLSchemaLoader - Class in org.apache.xerces.impl.xs
This class implements xni.grammars.XMLGrammarLoader.
XMLSchemaLoader() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
 
XMLSchemaLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
 
XMLSchemaValidator - Class in org.apache.xerces.impl.xs
The XML Schema validator.
XMLSchemaValidator() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator
Default constructor.
XMLSchemaValidator.KeyRefValueStore - Class in org.apache.xerces.impl.xs
Key reference value store.
XMLSchemaValidator.KeyRefValueStore(KeyRef, XMLSchemaValidator.KeyValueStore) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
Constructs a key value store.
XMLSchemaValidator.KeyValueStore - Class in org.apache.xerces.impl.xs
Key value store.
XMLSchemaValidator.KeyValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
Constructs a key value store.
XMLSchemaValidator.LocalIDKey - Class in org.apache.xerces.impl.xs
 
XMLSchemaValidator.LocalIDKey() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
XMLSchemaValidator.LocalIDKey(IdentityConstraint, int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
 
XMLSchemaValidator.ShortVector - Class in org.apache.xerces.impl.xs
A simple vector for shorts.
XMLSchemaValidator.ShortVector() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
 
XMLSchemaValidator.ShortVector(int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
 
XMLSchemaValidator.UniqueValueStore - Class in org.apache.xerces.impl.xs
Unique value store.
XMLSchemaValidator.UniqueValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
Constructs a unique value store.
XMLSchemaValidator.ValueStoreBase - Class in org.apache.xerces.impl.xs
Value store implementation base class.
XMLSchemaValidator.ValueStoreBase(IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Constructs a value store for the specified identity constraint.
XMLSchemaValidator.ValueStoreCache - Class in org.apache.xerces.impl.xs
Value store cache.
XMLSchemaValidator.ValueStoreCache() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
Default constructor.
XMLSchemaValidator.XPathMatcherStack - Class in org.apache.xerces.impl.xs
Stack of XPath matchers for identity constraints.
XMLSchemaValidator.XPathMatcherStack() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
 
XMLSchemaValidator.XSIErrorReporter - Class in org.apache.xerces.impl.xs
A wrapper of the standard error reporter.
XMLSchemaValidator.XSIErrorReporter() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
 
XMLSerializer - Class in org.apache.xml.serialize
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
XMLSerializer() - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated.
Constructs a new serializer.
XMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated.
Constructs a new serializer.
XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified writer using the specified output format.
XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated.
Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSimpleType - Class in org.apache.xerces.impl.dtd
 
XMLSimpleType() - Constructor for class org.apache.xerces.impl.dtd.XMLSimpleType
 
XMLString - Class in org.apache.xerces.xni
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.xerces.xni.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XMLStringBuffer - Class in org.apache.xerces.util
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(String) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(XMLString) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified XMLString.
XMLSymbols - Class in org.apache.xerces.util
All internalized xml symbols.
XMLSymbols() - Constructor for class org.apache.xerces.util.XMLSymbols
 
xmlVersion - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
XML version.
xmlVersionChanged - Variable in class org.apache.xerces.dom.CoreDocumentImpl
 
XMLVersionDetector - Class in org.apache.xerces.impl
This class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0.
XMLVersionDetector() - Constructor for class org.apache.xerces.impl.XMLVersionDetector
 
XNIException - Exception in org.apache.xerces.xni
This exception is the base exception of all XNI exceptions.
XNIException(String) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message.
XNIException(Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a wrapped exception.
XNIException(String, Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message and wrapped exception.
XPath - Class in org.apache.xerces.impl.xpath
Bare minimum XPath parser.
XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xpath.XPath
Constructs an XPath object from the specified expression.
XPath.Axis - Class in org.apache.xerces.impl.xpath
Axis.
XPath.Axis(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
Constructs an axis with the specified type.
XPath.Axis(XPath.Axis) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
Copy constructor.
XPath.LocationPath - Class in org.apache.xerces.impl.xpath
A location path representation for an XPath expression.
XPath.LocationPath(XPath.Step[]) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
Creates a location path from a series of steps.
XPath.LocationPath(XPath.LocationPath) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
Copy constructor.
XPath.NodeTest - Class in org.apache.xerces.impl.xpath
Node test.
XPath.NodeTest(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type WILDCARD or NODE.
XPath.NodeTest(QName) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type QName.
XPath.NodeTest(String, String) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type Namespace.
XPath.NodeTest(XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Copy constructor.
XPath.Step - Class in org.apache.xerces.impl.xpath
A location path step comprised of an axis and node test.
XPath.Step(XPath.Axis, XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
Constructs a step from an axis and node test.
XPath.Step(XPath.Step) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
Copy constructor.
XPathException - Exception in org.apache.xerces.impl.xpath
XPath exception.
XPathException() - Constructor for exception org.apache.xerces.impl.xpath.XPathException
Constructs an exception.
XPathException(String) - Constructor for exception org.apache.xerces.impl.xpath.XPathException
Constructs an exception with the specified key.
XPathMatcher - Class in org.apache.xerces.impl.xs.identity
XPath matcher.
XPathMatcher(XPath) - Constructor for class org.apache.xerces.impl.xs.identity.XPathMatcher
Constructs an XPath matcher that implements a document fragment handler.
XPOINTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XPOINTER_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
Property identifier: error reporter.
XPOINTER_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XPointer handler property ("internal/xpointer-handler").
XPointerHandler - Class in org.apache.xerces.xpointer
This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
XPointerHandler() - Constructor for class org.apache.xerces.xpointer.XPointerHandler
 
XPointerHandler(SymbolTable, XMLErrorHandler, XMLErrorReporter) - Constructor for class org.apache.xerces.xpointer.XPointerHandler
 
XPointerParserConfiguration - Class in org.apache.xerces.parsers
This parser configuration includes an XPointerHandler in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.
XPointerParserConfiguration() - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Default constructor.
XPointerParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table.
XPointerParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XPointerParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XPointerPart - Interface in org.apache.xerces.xpointer
Used for scheme specific parsing and evaluation of an XPointer expression.
XPointerProcessor - Interface in org.apache.xerces.xpointer
The XPointerProcessor is responsible for parsing an XPointer expression and and providing scheme specific resolution of the document fragment pointed to be the pointer.
XSAllCM - Class in org.apache.xerces.impl.xs.models
XSAllCM implements XSCMValidator and handles <all>.
XSAllCM(boolean, int) - Constructor for class org.apache.xerces.impl.xs.models.XSAllCM
 
XSAnnotation - Interface in org.apache.xerces.xs
This interface represents the Annotation schema component.
XSAnnotationImpl - Class in org.apache.xerces.impl.xs
This is an implementation of the XSAnnotation schema component.
XSAnnotationImpl(String, SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.XSAnnotationImpl
 
XSAttributeChecker - Class in org.apache.xerces.impl.xs.traversers
Class XSAttributeCheck is used to check the validity of attributes appearing in the schema document.
XSAttributeChecker(XSDHandler) - Constructor for class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
XSAttributeDecl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute declaration schema component is an <attribute> element information item
XSAttributeDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeDecl
 
XSAttributeDeclaration - Interface in org.apache.xerces.xs
The interface represents the Attribute Declaration schema component.
XSAttributeGroupDecl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute group declaration schema component is a global <attributeGroup> element information item
XSAttributeGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
XSAttributeGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Attribute Group Definition schema component.
XSAttributeUse - Interface in org.apache.xerces.xs
This interface represents the Attribute Use schema component.
XSAttributeUseImpl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute use schema component is a local <attribute> element information item
XSAttributeUseImpl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
XSCMBinOp - Class in org.apache.xerces.impl.xs.models
Content model Bin-Op node.
XSCMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMBinOp
 
XSCMLeaf - Class in org.apache.xerces.impl.xs.models
Content model leaf node.
XSCMLeaf(int, Object, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMLeaf
Constructs a content model leaf.
XSCMRepeatingLeaf - Class in org.apache.xerces.impl.xs.models
A compound content model leaf node which carries occurence information.
XSCMRepeatingLeaf(int, Object, int, int, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
 
XSCMUniOp - Class in org.apache.xerces.impl.xs.models
Content model Uni-Op node.
XSCMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMUniOp
 
XSCMValidator - Interface in org.apache.xerces.impl.xs.models
Note: State of the content model is stored in the validator
XSComplexTypeDecl - Class in org.apache.xerces.impl.xs
The XML representation for a complexType schema component is a <complexType> element information item
XSComplexTypeDecl() - Constructor for class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
XSComplexTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Complex Type Definition schema component.
XSConstants - Interface in org.apache.xerces.xs
This interface defines constants used by this specification.
XSConstraints - Class in org.apache.xerces.impl.xs
Constraints shared by traversers and validator
XSConstraints() - Constructor for class org.apache.xerces.impl.xs.XSConstraints
 
XSDateTime - Interface in org.apache.xerces.xs.datatypes
Interface to expose the values for all date-time related types.
XSDDescription - Class in org.apache.xerces.impl.xs
All information specific to XML Schema grammars.
XSDDescription() - Constructor for class org.apache.xerces.impl.xs.XSDDescription
 
XSDecimal - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of 'decimal' and related datatypes.
XSDeclarationPool - Class in org.apache.xerces.impl.xs
This class is pool that enables caching of XML Schema declaration objects.
XSDeclarationPool() - Constructor for class org.apache.xerces.impl.xs.XSDeclarationPool
 
XSDFACM - Class in org.apache.xerces.impl.xs.models
DFAContentModel is the implementation of XSCMValidator that does all of the non-trivial element content validation.
XSDFACM(CMNode, int) - Constructor for class org.apache.xerces.impl.xs.models.XSDFACM
Constructs a DFA content model.
XSDHandler - Class in org.apache.xerces.impl.xs.traversers
The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema.
XSDHandler() - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
 
XSDHandler(XSGrammarBucket) - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
 
XSDouble - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of the 'double' datatype.
XSElementDecl - Class in org.apache.xerces.impl.xs
The XML representation for an element declaration schema component is an <element> element information item
XSElementDecl() - Constructor for class org.apache.xerces.impl.xs.XSElementDecl
 
XSElementDeclaration - Interface in org.apache.xerces.xs
The interface represents the Element Declaration schema component.
XSElementDeclHelper - Interface in org.apache.xerces.impl.xs
 
XSEmptyCM - Class in org.apache.xerces.impl.xs.models
XSEmptyCM is a derivative of the abstract content model base class that handles a content model with no children (elements).
XSEmptyCM() - Constructor for class org.apache.xerces.impl.xs.models.XSEmptyCM
 
XSException - Exception in org.apache.xerces.xs
The XML Schema API operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
XSException(short, String) - Constructor for exception org.apache.xerces.xs.XSException
 
XSFacet - Interface in org.apache.xerces.xs
Describes a constraining facet.
XSFacets - Class in org.apache.xerces.impl.dv
XSFacets() - Constructor for class org.apache.xerces.impl.dv.XSFacets
 
XSFloat - Interface in org.apache.xerces.xs.datatypes
Interface to expose value of the float datatype.
XSGrammar - Interface in org.apache.xerces.xni.grammars
Representing a schema grammar.
XSGrammarBucket - Class in org.apache.xerces.impl.xs
A class used to hold the internal schema grammar set for the current instance
XSGrammarBucket() - Constructor for class org.apache.xerces.impl.xs.XSGrammarBucket
 
XSGrammarPool - Class in org.apache.xerces.impl.xs.util
Add a method that return an XSModel that represents components in the schema grammars in this pool implementation.
XSGrammarPool() - Constructor for class org.apache.xerces.impl.xs.util.XSGrammarPool
 
XSGrammarPoolContainer - Interface in org.apache.xerces.jaxp.validation
A container for grammar pools which only contain schema grammars.
XSGroupDecl - Class in org.apache.xerces.impl.xs
The XML representation for a group declaration schema component is a global <group> element information item
XSGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSGroupDecl
 
XSI_NIL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_NONAMESPACESCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSIDCDefinition - Interface in org.apache.xerces.xs
This interface represents the Identity-constraint Definition schema component.
XSImplementation - Interface in org.apache.xerces.xs
This interface allows one to retrieve an instance of XSLoader.
XSImplementationImpl - Class in org.apache.xerces.impl.xs
Implements XSImplementation interface that allows one to retrieve an instance of XSLoader.
XSImplementationImpl() - Constructor for class org.apache.xerces.impl.xs.XSImplementationImpl
 
XSInputSource - Class in org.apache.xerces.impl.xs.util
 
XSInputSource(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.util.XSInputSource
 
XSInputSource(XSObject[]) - Constructor for class org.apache.xerces.impl.xs.util.XSInputSource
 
XSLoader - Interface in org.apache.xerces.xs
An interface that provides a method to load XML Schema documents.
XSLoaderImpl - Class in org.apache.xerces.impl.xs
An implementation of XSLoader which wraps XMLSchemaLoader.
XSLoaderImpl() - Constructor for class org.apache.xerces.impl.xs.XSLoaderImpl
No-args constructor.
XSMessageFormatter - Class in org.apache.xerces.impl.xs
SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language
XSMessageFormatter() - Constructor for class org.apache.xerces.impl.xs.XSMessageFormatter
 
XSModel - Interface in org.apache.xerces.xs
This interface represents an XML Schema.
XSModelGroup - Interface in org.apache.xerces.xs
This interface represents the Model Group schema component.
XSModelGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Model Group Definition schema component.
XSModelGroupImpl - Class in org.apache.xerces.impl.xs
Store schema model group declaration.
XSModelGroupImpl() - Constructor for class org.apache.xerces.impl.xs.XSModelGroupImpl
 
XSModelImpl - Class in org.apache.xerces.impl.xs
Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.
XSModelImpl(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object.
XSModelImpl(SchemaGrammar[], short) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
 
XSMultiValueFacet - Interface in org.apache.xerces.xs
Describes a multi-value constraining facets: pattern and enumeration.
XSNamedMap - Interface in org.apache.xerces.xs
Objects implementing the XSNamedMap interface are used to represent immutable collections of XML Schema components that can be accessed by name.
XSNamedMap4Types - Class in org.apache.xerces.impl.xs.util
Contains the map between qnames and XSObject's.
XSNamedMap4Types(String, SymbolHash, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Construct an XSNamedMap implementation for one namespace
XSNamedMap4Types(String[], SymbolHash[], int, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Construct an XSNamedMap implementation for a list of namespaces
XSNamedMapImpl - Class in org.apache.xerces.impl.xs.util
Contains the map between qnames and XSObject's.
XSNamedMapImpl(String, SymbolHash) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implementation for one namespace
XSNamedMapImpl(String[], SymbolHash[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implementation for a list of namespaces
XSNamedMapImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implementation one namespace from an array
XSNamespaceItem - Interface in org.apache.xerces.xs
The interface represents the namespace schema information information item.
XSNamespaceItemList - Interface in org.apache.xerces.xs
The XSNamesaceItemList interface provides the abstraction of an immutable ordered collection of XSNamespaceItems, without defining or constraining how this collection is implemented.
XSNotationDecl - Class in org.apache.xerces.impl.xs
The XML representation for a NOTATION declaration schema component is a global <notation> element information item
XSNotationDecl() - Constructor for class org.apache.xerces.impl.xs.XSNotationDecl
 
XSNotationDeclaration - Interface in org.apache.xerces.xs
This interface represents the Notation Declaration schema component.
XSObject - Interface in org.apache.xerces.xs
The XSObject is a base object for the XML Schema component model.
XSObjectList - Interface in org.apache.xerces.xs
The XSObjectList interface provides the abstraction of an immutable ordered collection of XSObjects, without defining or constraining how this collection is implemented.
XSObjectListImpl - Class in org.apache.xerces.impl.xs.util
Contains a list of XSObjects.
XSObjectListImpl() - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
XSObjectListImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
Construct an XSObjectList implementation
XSParticle - Interface in org.apache.xerces.xs
This interface represents the Particle schema component.
XSParticleDecl - Class in org.apache.xerces.impl.xs
Store schema particle declaration.
XSParticleDecl() - Constructor for class org.apache.xerces.impl.xs.XSParticleDecl
 
XSQName - Interface in org.apache.xerces.xs.datatypes
Interface to expose QName actual values
XSSimpleType - Interface in org.apache.xerces.impl.dv
This interface XSSimpleType represents the simple type definition of schema component and defines methods to query the information contained.
XSSimpleTypeDecl - Class in org.apache.xerces.impl.dv.xs
 
XSSimpleTypeDecl() - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDecl(XSSimpleTypeDecl, String, short, short, boolean, boolean, boolean, boolean, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Simple Type Definition schema component.
XSSimpleTypeDelegate - Class in org.apache.xerces.impl.dv.xs
Base class for XSSimpleType wrapper implementations.
XSSimpleTypeDelegate(XSSimpleType) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
 
XSTerm - Interface in org.apache.xerces.xs
Describes a term that can be one of a model group, a wildcard, or an element declaration.
XSTypeDefinition - Interface in org.apache.xerces.xs
This interface represents a complex or simple type definition.
XSValue - Interface in org.apache.xerces.xs
Represents an actual value of a simple type.
XSWildcard - Interface in org.apache.xerces.xs
This interface represents the Wildcard schema component.
XSWildcardDecl - Class in org.apache.xerces.impl.xs
The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item
XSWildcardDecl() - Constructor for class org.apache.xerces.impl.xs.XSWildcardDecl
 

Y

YEAR - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
YearDV - Class in org.apache.xerces.impl.dv.xs
Validator for <gYear> datatype (W3C Schema Datatypes)
YearDV() - Constructor for class org.apache.xerces.impl.dv.xs.YearDV
 
YEARMONTHDURATION_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
YEARMONTHDURATION_TYPE - Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
 
YearMonthDV - Class in org.apache.xerces.impl.dv.xs
Validator for <gYearMonth> datatype (W3C Schema Datatypes)
YearMonthDV() - Constructor for class org.apache.xerces.impl.dv.xs.YearMonthDV
 

Z

zeroBits() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
 

_

_current - Variable in class org.apache.html.dom.HTMLBuilder
The current node in the document into which elements, text and other nodes will be inserted.
_docTypePublicId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
The system identifier of the document type, if known.
_docTypeSystemId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
The system identifier of the document type, if known.
_document - Variable in class org.apache.html.dom.HTMLBuilder
The document that is being built.
_docWriter - Variable in class org.apache.xml.serialize.Printer
Deprecated.
Holds a reference to the document writer while we are in DTD mode.
_dtdWriter - Variable in class org.apache.xml.serialize.Printer
Deprecated.
The DTD writer.
_encodingInfo - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
 
_exception - Variable in class org.apache.xml.serialize.Printer
Deprecated.
Holds the exception thrown by the serializer.
_format - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
The output format associated with this serializer.
_format - Variable in class org.apache.xml.serialize.Printer
Deprecated.
The output format associated with this serializer.
_indenting - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
True if indenting printer.
_prefixes - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
Association between namespace URIs (keys) and prefixes (values).
_preRootNodes - Variable in class org.apache.html.dom.HTMLBuilder
The document is only created the same time as the document element, however, certain nodes may precede the document element (comment and PI), and they are accumulated in this vector.
_printer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
The printer used for printing text parts.
_started - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.
If the document has been started (header serialized), this flag is set to true so it's not started twice.
_writer - Variable in class org.apache.xml.serialize.Printer
Deprecated.
The writer to which the document is written.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2005-2014 Apache Software Foundation. All Rights Reserved.