|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM. true
<!- 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
-
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |