A C D E F G H I N O P R S T W X Z

A

AbstractDTDDocumentBuilder - class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder.
Abstract DTDDocumentBuilder
AbstractDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
addComment(String) - Method in class com.japisoft.dtdparser.document.DTDDocument
 
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Overriding for elementRef
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Overriding for getting attribute node
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Add a DTDNode child / @return the added node
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Override for fast element access
ATTRIBUTE - Static variable in class com.japisoft.dtdparser.node.DTDNode
Attribute type
AttributeDTDNode - class com.japisoft.dtdparser.node.AttributeDTDNode.
Attribute node.
AttributeDTDNode() - Constructor for class com.japisoft.dtdparser.node.AttributeDTDNode
 
AttributeDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.AttributeDTDNode
Attribute id

C

CDATA_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
CDATA_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
CHOICE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 | element2 )
com.japisoft.dtdparser - package com.japisoft.dtdparser
 
com.japisoft.dtdparser.document - package com.japisoft.dtdparser.document
 
com.japisoft.dtdparser.node - package com.japisoft.dtdparser.node
 
COMMENT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Comment type
CommentDTDNode - class com.japisoft.dtdparser.node.CommentDTDNode.
Comment node
CommentDTDNode() - Constructor for class com.japisoft.dtdparser.node.CommentDTDNode
 
CommentDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.CommentDTDNode
 

D

DefaultDTDDocumentBuilder - class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder.
Default DocumentBuilder
DefaultDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
DocumentWritable - interface com.japisoft.dtdparser.node.DocumentWritable.
Interface for writing valid document
DTDDocument - class com.japisoft.dtdparser.document.DTDDocument.
Major document for the DTD
DTDDocument() - Constructor for class com.japisoft.dtdparser.document.DTDDocument
 
DTDDocumentBuilder - interface com.japisoft.dtdparser.document.DTDDocumentBuilder.
Build the DTD document
DTDNode - class com.japisoft.dtdparser.node.DTDNode.
Main node type for DTD document type
DTDNode() - Constructor for class com.japisoft.dtdparser.node.DTDNode
 
DTDNodeFactory - class com.japisoft.dtdparser.node.DTDNodeFactory.
Factory for producing DTDNode.
DTDNodeFactory() - Constructor for class com.japisoft.dtdparser.node.DTDNodeFactory
 

E

ELEMENT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element type
ELEMENT_REF - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element set content
ELEMENT_SET - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element set
ElementDTDNode - class com.japisoft.dtdparser.node.ElementDTDNode.
Element definition
ElementDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementDTDNode
 
ElementDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.ElementDTDNode
Build an Element node with the following name
ElementRefDTDNode - class com.japisoft.dtdparser.node.ElementRefDTDNode.
This is only a reference node to existing ELEMENT.
ElementRefDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementRefDTDNode
 
ElementRefDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.ElementRefDTDNode
This name is the reference.
ElementSetDTDNode - class com.japisoft.dtdparser.node.ElementSetDTDNode.
Set of node needed
ElementSetDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementSetDTDNode
 
ENCODING_EUC_JP - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_10646_UCS_2 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_10646_UCS_4 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_2022_JP - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_1 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_2 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_3 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_4 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_5 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_6 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_7 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_8 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_9 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_Shift_JIS - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_UTF_16 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_UTF_8 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENTITIES_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ENTITIES_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
ENTITY - Static variable in class com.japisoft.dtdparser.node.DTDNode
Entity type
ENTITY_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ENTITY_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
EntityDTDNode - class com.japisoft.dtdparser.node.EntityDTDNode.
Created Sat Feb 15 11:21:34 2003 Comments
EntityDTDNode() - Constructor for class com.japisoft.dtdparser.node.EntityDTDNode
 
EntityDTDNode(String, String) - Constructor for class com.japisoft.dtdparser.node.EntityDTDNode
 
ENUM_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
Special type for enumeration

F

factory - Variable in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
FIXED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
FIXED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 

G

getAttributeDeclaration(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getComment() - Method in class com.japisoft.dtdparser.node.CommentDTDNode
Return a comment
getDefaultValue() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getDTDDocumentBuilder() - Method in class com.japisoft.dtdparser.Parser
 
getDTDElement() - Method in class com.japisoft.dtdparser.Parser
 
getDTDNodeAt(int) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeCount() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeForType(int) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeIndex(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodes() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDParentNode() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getElementDeclaration(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getElementDefinitionByName(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityDeclaration(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityDefinitionByName(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityValue(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEnumeration() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getFirstElementName() - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getName() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getName() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getName() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getNodeComment() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getNodeForType(int) - Method in class com.japisoft.dtdparser.node.DTDNodeFactory
Recall the getNodeForType with a null argument
getNodeForType(int, String) - Method in class com.japisoft.dtdparser.node.DTDNodeFactory
HERE the mehod you will have to override if you want to use custom node
getNodeType() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getOperator() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
This is the max of the occurence between this element ref and the element set
getOperator() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getOperatorString() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getReferenceNode() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
getRoot() - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
getRoot() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
getRoot() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getType() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getType() - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
getType() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getUsage() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getValue() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getXMLGenerator() - Method in class com.japisoft.dtdparser.Parser
 
getXMLValidator() - Method in class com.japisoft.dtdparser.Parser
 

H

hasANY() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
hasPCDATA() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content

I

ID_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ID_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
IDREF_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
IDREF_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
IMPLIED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
IMPLIED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
INTERNAL_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
INTERNAL_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
isAttribute() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isAttributeValid(String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName supports this attribute
isAttributeValid(String, String) - Method in interface com.japisoft.dtdparser.XMLValidator
Check if the nodeName supports this attribute
isAttributeValid(String, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName supports this attribute name and value
isAttributeValid(String, String, String) - Method in interface com.japisoft.dtdparser.XMLValidator
Check if the nodeName supports this attribute name and value
isComment() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isElement() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isElementRef() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isElementSet() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEmpty() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEMPTY() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
isEntity() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEntityValid(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the entity name is declared ?
isEntityValid(String) - Method in interface com.japisoft.dtdparser.XMLValidator
Check if the entity name is declared ?
isNodeChildSupported(String, String, int) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
isNodeChildSupported(String, String, int) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
isNodeDeclared(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName is declared ?
isNodeValid(String, String, String, int) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeParent can have the nodeName as child after the 'previousNodeName', occurence is for the node count
isNodeValid(String, String, String, int) - Method in interface com.japisoft.dtdparser.XMLValidator
Check if the nodeParent can have the nodeName as child after the 'previousNodeName', occurence is for the node count
isParameter() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
isPreservedComment() - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
isRoot() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isValueValid(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 

N

NMTOKEN_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
NMTOKEN_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
NMTOKENS_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
NMTOKENS_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
notifyAttribute(String, String, int, String[], int, String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyAttribute(String, String, int, String[], int, String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyAttribute(String, String, int, String[], int, String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found an attribute definition
notifyComment(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyComment(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyComment(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found a comment
notifyElementChoiceItem(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementChoiceItem(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementChoiceItem(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementIncludeItem(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyElementIncludeItem(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyElementIncludeItem(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyEntity(String, boolean, int, String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyEntity(String, boolean, int, String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyEntity(String, boolean, int, String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found an entity
notifyOperator(char) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifyOperator(char) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifyOperator(char) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifyStartDTD() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Start the DTD definition
notifyStartDTD() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStartDTD() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Start the DTD definition
notifyStartElement(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyStartElement(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStartElement(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found a tag definition
notifyStartElementChildren() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStartElementChildren() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStartElementChildren() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStopDTD() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Stop the DTD definition
notifyStopDTD() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStopDTD() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Stop the DTD definition
notifyStopElement() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyStopElement() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStopElement() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
End of the tag definition
notifyStopElementChildren() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify ')' meet for the element declaration
notifyStopElementChildren() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify ')' meet for the element declaration
notifyStopElementChildren() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify ')' meet for the element declaration

O

ONE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
default operator
ONE_MORE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'+' operator

P

parse(InputStream) - Method in class com.japisoft.dtdparser.Parser
Parse the DTD provided by the following inputstream
parseAttribute(String, int) - Method in class com.japisoft.dtdparser.Parser
Parse the attribute starting at location
parseComment(String, int) - Method in class com.japisoft.dtdparser.Parser
Parse the comment starting at location
parseElement(String, int) - Method in class com.japisoft.dtdparser.Parser
Parse the element starting at location
parseEntity(String, int) - Method in class com.japisoft.dtdparser.Parser
Parse the entity starting at location
Parser - class com.japisoft.dtdparser.Parser.
Main parser for the DTD
Parser() - Constructor for class com.japisoft.dtdparser.Parser
 
preserveComment(boolean) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Save the comment node : By default to true
PUBLIC_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
PUBLIC_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 

R

removeDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Remove a DTDNode child
REQUIRED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
REQUIRED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
root - Variable in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
root - Variable in class com.japisoft.dtdparser.node.DTDNodeFactory
Root node tied to any node
ROOT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Root type
RootDTDNode - class com.japisoft.dtdparser.node.RootDTDNode.
Main node type for DTD document type.
RootDTDNode() - Constructor for class com.japisoft.dtdparser.node.RootDTDNode
 

S

SEQUENCE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 , element2 )
setANY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
setComment(String) - Method in class com.japisoft.dtdparser.node.CommentDTDNode
Set a comment
setDefaultValue(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the default attribute value
setDTDDocumentBuilder(DTDDocumentBuilder) - Method in class com.japisoft.dtdparser.Parser
Set the builder for DTD document type
setDTDParentNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the parent node
setEMPTY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
empty node : by default false
setEnumeration(String[]) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set of supported values
setName(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the name of the entity
setName(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Name of the element
setName(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the attribute name
setNodeComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
Set the node comment
setNodeFactory(DTDNodeFactory) - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
setNodeFactory(DTDNodeFactory) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Factory for building DTDNode
setNodeType(int) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the node type : COMMENT, ENTITY, ELEMENT or ATTRIBUTE
setOperator(int) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Set the occurency operator : - ZERO_MORE_ITEM_OPERATOR, - ONE_MORE_ITEM_OPERATOR, - ZERO_ONE_ITEM_OPERATOR
setParameter(boolean) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set this entity as parameter : example <!
setPCDATA(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
setRoot(RootDTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the root node
setType(int) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the entity nature : INTERNAL, PUBLIC or SYSTEM
setType(int) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Set the type of the set : CHOICE_TYPE or SEQUENCE_TYPE
setType(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute type : - ID_ATT_VAL - IDREF_ATT_VAL - ENTITY_ATT_VAL - ENTITIES_ATT_VAL - NMTOKEN_ATT_VAL - NMTOKENS_ATT_VAL - CDATA_ATT_VAL
setUsage(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute usage : REQUIRED_ATT IMPLIED_ATT FIXED_ATT
setValue(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the value of the entity
SYSTEM_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
SYSTEM_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 

T

toString() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.CommentDTDNode
 
TraceDTDDocumentBuilder - class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder.
Trace the DTD process building
TraceDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 

W

writeDocument(PrintWriter) - Method in interface com.japisoft.dtdparser.node.DocumentWritable
 
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Write a minimal valid XML document
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Write a minimal valid XML document
writeDocument(PrintWriter, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Generate a minimal valid XML document.
writeDocument(PrintWriter, String, String) - Method in interface com.japisoft.dtdparser.XMLGenerator
Generate a minimal valid XML document.
writeDocument(PrintWriter, String, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Generate a minimal valid XML document.
writeDocument(PrintWriter, String, String, String) - Method in interface com.japisoft.dtdparser.XMLGenerator
Generate a minimal valid XML document.
writeDTD(PrintWriter) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Rewrite the DTD to the output stream : Note that comment node are always written in the DTD header only

X

XMLGenerator - interface com.japisoft.dtdparser.XMLGenerator.
Interface for generating XML document from the DTD
XMLValidator - interface com.japisoft.dtdparser.XMLValidator.
Interface for validating XML content

Z

ZERO_MORE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'*' operator
ZERO_ONE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'?'

A C D E F G H I N O P R S T W X Z