A B C D E F G H I L M N O P R S T V W

G

get(int) - Method in class com.japisoft.fastparser.fio.FastVector
 
getAllChild() - Method in class com.japisoft.fastparser.node.SimpleNode
Get all child
getAttribute(String) - Method in class com.japisoft.fastparser.dom.ElementImpl
Retrieves an attribute value by name.
getAttribute(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getAttributeNode(String) - Method in class com.japisoft.fastparser.dom.ElementImpl
Retrieves an Attr node by name.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by name.
getAttributeNodeNS(String, String) - Method in class com.japisoft.fastparser.dom.ElementImpl
 
getAttributeNS(String, String) - Method in class com.japisoft.fastparser.dom.ElementImpl
 
getAttributes() - Method in class com.japisoft.fastparser.dom.NodeImpl
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getCaret() - Method in class com.japisoft.fastparser.ParseException
 
getCause() - Method in class com.japisoft.fastparser.HandlerException
 
getChildNodes() - Method in class com.japisoft.fastparser.dom.NodeImpl
A NodeList that contains all children of this node.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getCol() - Method in class com.japisoft.fastparser.ParseException
 
getColumnNumber() - Method in class com.japisoft.fastparser.sax.SaxParser
 
getColumnNumber() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getCommentNode(String) - Method in class com.japisoft.fastparser.dom.DomNodeFactory
 
getCommentNode(String) - Method in interface com.japisoft.fastparser.node.NodeFactory
 
getCommentNode(String) - Method in class com.japisoft.fastparser.node.NodeFactoryImpl
 
getContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getContentHandler() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getData() - Method in class com.japisoft.fastparser.dom.CharacterDataImpl
The character data of the node that implements this interface.
getData() - Method in class com.japisoft.fastparser.dom.ProcessingInstructionImpl
The content of this processing instruction.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getDefaultNamespace() - Method in interface com.japisoft.fastparser.node.MutableNode
Return the default namespace declaration
getDefaultNamespace() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getDefaultNamespace() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getDoctype() - Method in class com.japisoft.fastparser.dom.DocumentImpl
The Document Type Declaration (see DocumentType) associated with this document.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getDocument() - Method in interface com.japisoft.fastparser.document.DocumentBuilder
 
getDocument() - Method in class com.japisoft.fastparser.document.DocumentBuilderImpl
 
getDocument() - Method in class com.japisoft.fastparser.Parser
 
getDocumentBuilder() - Method in class com.japisoft.fastparser.Parser
 
getDocumentElement() - Method in class com.japisoft.fastparser.dom.DocumentImpl
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDTDHandler() - Method in class com.japisoft.fastparser.sax.Sax2Parser
No effect without validation support
getElementById(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
 
getElementsByTagName(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree.
getElementsByTagName(String) - Method in class com.japisoft.fastparser.dom.ElementImpl
Returns a NodeList of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
 
getElementsByTagNameNS(String, String) - Method in class com.japisoft.fastparser.dom.ElementImpl
 
getEntities() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in class com.japisoft.fastparser.sax.Sax2Parser
No effect without validation support
getErrorHandler() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getFactory() - Static method in class com.japisoft.fastparser.dom.DomNodeFactory
 
getFactory() - Static method in class com.japisoft.fastparser.node.NodeFactoryImpl
 
getFeature(String) - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getFeature(String) - Method in class com.japisoft.fastparser.tools.FPSAXParserFactory
 
getFirstChild() - Method in class com.japisoft.fastparser.dom.NodeImpl
The first child of this node.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getImplementation() - Method in class com.japisoft.fastparser.dom.DocumentImpl
The DOMImplementation object that handles this document.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIndex(String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getIndex(String, String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getInternalSubset() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
 
getLastChild() - Method in class com.japisoft.fastparser.dom.NodeImpl
The last child of this node.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLength() - Method in class com.japisoft.fastparser.dom.CharacterDataImpl
The number of characters that are available through data and the substringData method below.
getLength() - Method in class com.japisoft.fastparser.dom.NamedNodeMapImpl
The number of nodes in the map.
getLength() - Method in class com.japisoft.fastparser.dom.NodeListImpl
 
getLength() - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in the map.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of characters that are available through data and the substringData method below.
getLine() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getLine() - Method in class com.japisoft.fastparser.ParseException
 
getLineNumber() - Method in class com.japisoft.fastparser.sax.SaxParser
 
getLineNumber() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getLocalName() - Method in class com.japisoft.fastparser.dom.NodeImpl
 
getLocalName(int) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getName() - Method in class com.japisoft.fastparser.dom.AttrImpl
Returns the name of this attribute.
getName() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getNamedItem(String) - Method in class com.japisoft.fastparser.dom.NamedNodeMapImpl
Retrieves a node specified by name.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in class com.japisoft.fastparser.dom.NamedNodeMapImpl
 
getNameSpaceDeclaration() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpaceDeclaration() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getNameSpaceDeclarationURI(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpaceDeclarationURI(String) - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getNamespaceDeclared() - Method in interface com.japisoft.fastparser.node.MutableNode
 
getNamespaceDeclared() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpacePrefix() - Method in interface com.japisoft.fastparser.node.MutableNode
 
getNameSpacePrefix() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpacePrefix() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getNamespaceURI() - Method in class com.japisoft.fastparser.dom.NodeImpl
 
getNameSpaceURI() - Method in interface com.japisoft.fastparser.node.MutableNode
 
getNameSpaceURI() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpaceURI() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getNextSibling() - Method in class com.japisoft.fastparser.dom.NodeImpl
The node immediately following this node.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNodeByCriteria(ValidCriteria, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Sample of criteria : new OrCriteria( new NodeNameCriteria( "aa" ), new NodeNameCriteria( "bb" ) ) for returning 'aa' or 'bb' node.
getNodeByCriteria(ValidCriteria, boolean) - Method in class com.japisoft.fastparser.walker.TreeWalker
Sample of criteria : new OrCriteria( new NodeNameCriteria( "aa" ), new NodeNameCriteria( "bb" ) ) for returning 'aa' or 'bb' node.
getNodeByName(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNodeContent() - Method in interface com.japisoft.fastparser.node.MutableNode
 
getNodeContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNodeFactory() - Method in class com.japisoft.fastparser.document.Document
 
getNodeFactory() - Method in class com.japisoft.fastparser.Parser
 
getNodeForXPathLocation(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
This feature is limited to a subset of the XPath set : /tag1[ location ]/tag2...
getNodeName() - Method in class com.japisoft.fastparser.dom.NodeImpl
 
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class com.japisoft.fastparser.dom.NodeImpl
A code representing the type of the underlying object, as defined above.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in class com.japisoft.fastparser.dom.NodeImpl
The value of this node, depending on its type; see the table above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNotationName() - Method in class com.japisoft.fastparser.dom.EntityImpl
For unparsed entities, the name of the notation for the entity.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
A NamedNodeMap containing the notations declared in the DTD.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getOwnerDocument() - Method in class com.japisoft.fastparser.dom.NodeImpl
The Document object associated with this node.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in class com.japisoft.fastparser.dom.AttrImpl
 
getParentNode() - Method in class com.japisoft.fastparser.dom.NodeImpl
The parent of this node.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParser() - Method in class com.japisoft.fastparser.tools.FPSAXParserFactory.CustomSAXParser
 
getParsingMode() - Method in class com.japisoft.fastparser.Parser
 
getPrefix() - Method in class com.japisoft.fastparser.dom.NodeImpl
 
getPrefixURI(String) - Method in class com.japisoft.fastparser.document.NamespaceContext
 
getPreviousSibling() - Method in class com.japisoft.fastparser.dom.NodeImpl
The node immediately preceding this node.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getProperty(String) - Method in class com.japisoft.fastparser.sax.Sax2Parser
Property : no effect
getProperty(String) - Method in class com.japisoft.fastparser.tools.FPSAXParserFactory.CustomSAXParser
 
getPublicId() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
 
getPublicId() - Method in class com.japisoft.fastparser.dom.EntityImpl
The public identifier associated with the entity, if specified.
getPublicId() - Method in class com.japisoft.fastparser.dom.NotationImpl
The public identifier of this notation.
getPublicId() - Method in class com.japisoft.fastparser.sax.SaxParser
 
getPublicId() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getQName(int) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getRoot() - Method in class com.japisoft.fastparser.document.Document
 
getSimpleParent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getSpecified() - Method in class com.japisoft.fastparser.dom.AttrImpl
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getSystemId() - Method in class com.japisoft.fastparser.dom.DocumentTypeImpl
 
getSystemId() - Method in class com.japisoft.fastparser.dom.EntityImpl
The system identifier associated with the entity, if specified.
getSystemId() - Method in class com.japisoft.fastparser.dom.NotationImpl
The system identifier of this notation.
getSystemId() - Method in class com.japisoft.fastparser.sax.SaxParser
 
getSystemId() - Method in class com.japisoft.fastparser.sax.Sax2Parser
 
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getTagName() - Method in class com.japisoft.fastparser.dom.ElementImpl
The name of the element.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTagNode(String) - Method in class com.japisoft.fastparser.dom.DomNodeFactory
 
getTagNode(String) - Method in interface com.japisoft.fastparser.node.NodeFactory
 
getTagNode(String) - Method in class com.japisoft.fastparser.node.NodeFactoryImpl
 
getTagNodeByName(String, boolean) - Method in class com.japisoft.fastparser.walker.TreeWalker
 
getTarget() - Method in class com.japisoft.fastparser.dom.ProcessingInstructionImpl
The target of this processing instruction.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTextNode(String) - Method in class com.japisoft.fastparser.dom.DomNodeFactory
 
getTextNode(String) - Method in interface com.japisoft.fastparser.node.NodeFactory
 
getTextNode(String) - Method in class com.japisoft.fastparser.node.NodeFactoryImpl
 
getTextNode(String, boolean) - Method in class com.japisoft.fastparser.walker.TreeWalker
 
getType() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getType(int) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getType(String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getType(String, String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getURI(int) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getValue() - Method in class com.japisoft.fastparser.dom.AttrImpl
On retrieval, the value of the attribute is returned as a string.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getValue(String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getValue(String, String) - Method in class com.japisoft.fastparser.sax.AttributesSax2Impl
 
getViewAttribute(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewAttribute(String) - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getViewAttributes() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewAttributes() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getViewChildAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewChildAt(int) - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getViewChildCount() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewChildCount() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getViewContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewContent() - Method in interface com.japisoft.fastparser.node.ViewableNode
 
getXMLReader() - Method in class com.japisoft.fastparser.tools.FPSAXParserFactory.CustomSAXParser
 
getXPathLocation() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getXPathLocation(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
 

A B C D E F G H I L M N O P R S T V W