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

C

causeBy() - Method in class com.japisoft.fastparser.ParseException
 
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
 
cdataEnabled(boolean) - Method in class com.japisoft.fastparser.Parser
Support for CDATA Section : By default this is enabled
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataImpl - class com.japisoft.fastparser.dom.CharacterDataImpl.
CharacterData
CharacterDataImpl() - Constructor for class com.japisoft.fastparser.dom.CharacterDataImpl
 
CharacterDataImpl(int) - Constructor for class com.japisoft.fastparser.dom.CharacterDataImpl
 
CharacterDataImpl(int, String) - Constructor for class com.japisoft.fastparser.dom.CharacterDataImpl
 
characters(char[], int, int) - Method in class com.japisoft.fastparser.tools.ContentHandlerAdapter
 
characters(char[], int, int) - Method in class com.japisoft.fastparser.tools.TraceContentHandler
 
childAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
childCount() - Method in class com.japisoft.fastparser.node.SimpleNode
 
childNodeIndex(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
 
clone() - Method in class com.japisoft.fastparser.fio.FastVector
 
clone(boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Clone the current node, include subchild if deep is true
cloneNode(boolean) - Method in class com.japisoft.fastparser.dom.NodeImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class com.japisoft.fastparser.fio.FastByteArrayOutputStream
 
close() - Method in class com.japisoft.fastparser.fio.FastByteArrayInputStream
 
close() - Method in class com.japisoft.fastparser.fio.FastBufferedInputStream
 
closeNode() - Method in interface com.japisoft.fastparser.document.DocumentBuilder
Close the last open node
closeNode() - Method in class com.japisoft.fastparser.document.DocumentBuilderImpl
 
closeNode(String, String) - Method in interface com.japisoft.fastparser.document.DocumentBuilder
Close the current node, an exception is thrown for invalid tag name
closeNode(String, String) - Method in class com.japisoft.fastparser.document.DocumentBuilderImpl
Close the current node, an exception is thrown for invalid tag name, prefix is for namespace
code - Variable in class org.w3c.dom.DOMException
 
com.japisoft.fastparser - package com.japisoft.fastparser
 
com.japisoft.fastparser.document - package com.japisoft.fastparser.document
 
com.japisoft.fastparser.dom - package com.japisoft.fastparser.dom
 
com.japisoft.fastparser.fio - package com.japisoft.fastparser.fio
 
com.japisoft.fastparser.node - package com.japisoft.fastparser.node
 
com.japisoft.fastparser.sax - package com.japisoft.fastparser.sax
 
com.japisoft.fastparser.tools - package com.japisoft.fastparser.tools
 
com.japisoft.fastparser.walker - package com.japisoft.fastparser.walker
 
Comment - interface org.w3c.dom.Comment.
This represents the content of a comment, i.e., all the characters between the starting '<!
COMMENT_NODE - Static variable in class com.japisoft.fastparser.node.SimpleNode
 
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
 
CommentImpl - class com.japisoft.fastparser.dom.CommentImpl.
Comment
CommentImpl(String) - Constructor for class com.japisoft.fastparser.dom.CommentImpl
 
contains(Object) - Method in class com.japisoft.fastparser.fio.FastVector
 
ContentHandlerAdapter - class com.japisoft.fastparser.tools.ContentHandlerAdapter.
Adapter for the ContentHandler interface
ContentHandlerAdapter() - Constructor for class com.japisoft.fastparser.tools.ContentHandlerAdapter
 
CONTINUE_PARSING_MODE - Static variable in class com.japisoft.fastparser.Parser
Continue parsing even with xml error
createAttribute(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates an Attr of the given name.
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
 
createCDATASection(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates a CDATASection node whose value is the specified string.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates a Comment node given the specified string.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createDocument(String, String, DocumentType) - Method in class com.japisoft.fastparser.dom.DOMImplementationImpl
 
createDocumentFragment() - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates an empty DocumentFragment object.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in class com.japisoft.fastparser.dom.DOMImplementationImpl
 
createElement(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates an element of the type specified.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
 
createEntityReference(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates an EntityReference object.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createProcessingInstruction(String, String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createTextNode(String) - Method in class com.japisoft.fastparser.dom.DocumentImpl
Creates a Text node given the specified string.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
currentDefaultNamespace() - Method in class com.japisoft.fastparser.document.NamespaceContext
 

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