- elementAttributesProcessed(String, String, String) - Method in interface net.n3.nanoxml.IXMLBuilder
-
This method is called when the attributes of an XML element have been
processed.
- elementAttributesProcessed(String, Properties, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
-
This method is called when the attributes of an XML element have been
processed.
- elementAttributesProcessed(String, Properties, String, int) - Method in class net.n3.nanoxml.NonValidator
-
This method is called when the attributes of an XML element have been
processed.
- elementAttributesProcessed(String, String, String) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
This method is called when the attributes of an XML element have been
processed.
- elementAttributesProcessed(String, String, String) - Method in class net.n3.nanoxml.StdXMLBuilder
-
This method is called when the attributes of an XML element have been
processed.
- elementAttributesProcessed(String, Properties, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Indicates that an attribute has been added to the current element.
- elementEnded(String, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
-
Indicates that the current element has ended.
- elementEnded(String, String, int) - Method in class net.n3.nanoxml.NonValidator
-
Indicates that the current element has ended.
- elementEnded(String, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Indicates that the current element has ended.
- elementStarted(String, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
-
Indicates that an element has been started.
- elementStarted(String, String, int) - Method in class net.n3.nanoxml.NonValidator
-
Indicates that an element has been started.
- elementStarted(String, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Indicates that an element has been started.
- endDocument() - Method in class net.n3.nanoxml.sax.SAXAdapter
-
Indicates that parsing has been completed.
- endElement(String, String, String) - Method in interface net.n3.nanoxml.IXMLBuilder
-
This method is called when the end of an XML elemnt is encountered.
- endElement(String, String, String) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
This method is called when the end of an XML elemnt is encountered.
- endElement(String, String, String) - Method in class net.n3.nanoxml.StdXMLBuilder
-
This method is called when the end of an XML elemnt is encountered.
- enumerateAttributeNames() - Method in class nanoxml.XMLElement
-
Enumerates the attribute names.
- enumerateAttributeNames() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns an enumeration of all attribute names.
- enumerateAttributeNames() - Method in class net.n3.nanoxml.XMLElement
-
Returns an enumeration of all attribute names.
- enumerateChildren() - Method in class nanoxml.XMLElement
-
Enumerates the child elements.
- enumerateChildren() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns an enumeration of all child elements.
- enumerateChildren() - Method in class net.n3.nanoxml.XMLElement
-
Returns an enumeration of all child elements.
- enumeratePropertyNames() - Method in class nanoxml.XMLElement
-
- equals(Object) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns true if the element equals another element.
- equals(Object) - Method in class net.n3.nanoxml.XMLElement
-
Returns true if the element equals another element.
- equalsXMLElement(IXMLElement) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns true if the element equals another element.
- equalsXMLElement(IXMLElement) - Method in class net.n3.nanoxml.XMLElement
-
Returns true if the element equals another element.
- expectedInput(String) - Method in class nanoxml.XMLElement
-
Creates a parse exception for when the next character read is not
the character that was expected.
- getAttribute(String) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getAttribute(String, Object) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getAttribute(String) - Method in interface net.n3.nanoxml.IXMLElement
-
- getAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String, String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String, int) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String, String, int) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String) - Method in class net.n3.nanoxml.XMLElement
-
- getAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Returns the value of an attribute.
- getAttribute(String, String, String) - Method in class net.n3.nanoxml.XMLElement
-
Returns the value of an attribute.
- getAttribute(String, int) - Method in class net.n3.nanoxml.XMLElement
-
Returns the value of an attribute.
- getAttribute(String, String, int) - Method in class net.n3.nanoxml.XMLElement
-
Returns the value of an attribute.
- getAttributeCount() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the number of attributes.
- getAttributeCount() - Method in class net.n3.nanoxml.XMLElement
-
Returns the number of attributes.
- getAttributeName() - Method in exception net.n3.nanoxml.XMLValidationException
-
Returns the name of the attribute in which the validation is violated.
- getAttributeNamespace(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the namespace of an attribute.
- getAttributeNamespace(String) - Method in class net.n3.nanoxml.XMLElement
-
Returns the namespace of an attribute.
- getAttributes() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns all attributes as a Properties object.
- getAttributes() - Method in class net.n3.nanoxml.XMLElement
-
Returns all attributes as a Properties object.
- getAttributesInNamespace(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns all attributes in a specific namespace as a Properties object.
- getAttributesInNamespace(String) - Method in class net.n3.nanoxml.XMLElement
-
Returns all attributes in a specific namespace as a Properties object.
- getAttributeType(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the type of an attribute.
- getAttributeType(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the type of an attribute.
- getAttributeType(String) - Method in class net.n3.nanoxml.XMLElement
-
Returns the type of an attribute.
- getAttributeType(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Returns the type of an attribute.
- getAttributeValue() - Method in exception net.n3.nanoxml.XMLValidationException
-
Returns the value of the attribute in which the validation is violated.
- getBooleanAttribute(String, String, String, boolean) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getBuilder() - Method in interface net.n3.nanoxml.IXMLParser
-
Returns the builder which creates the logical structure of the XML data.
- getBuilder() - Method in class net.n3.nanoxml.StdXMLParser
-
Returns the builder which creates the logical structure of the XML data.
- getChildAtIndex(int) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the child at a specific index.
- getChildAtIndex(int) - Method in class net.n3.nanoxml.XMLElement
-
Returns the child at a specific index.
- getChildren() - Method in class nanoxml.XMLElement
-
Returns the child elements as a Vector.
- getChildren() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns a vector containing all the child elements.
- getChildren() - Method in class net.n3.nanoxml.XMLElement
-
Returns a vector containing all the child elements.
- getChildrenCount() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the number of children.
- getChildrenCount() - Method in class net.n3.nanoxml.XMLElement
-
Returns the number of children.
- getChildrenNamed(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns a vector of all child elements named name.
- getChildrenNamed(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Returns a vector of all child elements named name.
- getChildrenNamed(String) - Method in class net.n3.nanoxml.XMLElement
-
Returns a vector of all child elements named name.
- getChildrenNamed(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Returns a vector of all child elements named name.
- getContent() - Method in class nanoxml.XMLElement
-
Returns the PCDATA content of the object.
- getContent() - Method in interface net.n3.nanoxml.IXMLElement
-
Return the #PCDATA content of the element.
- getContent() - Method in class net.n3.nanoxml.XMLElement
-
Return the #PCDATA content of the element.
- getContents() - Method in class nanoxml.XMLElement
-
- getDelegate() - Method in class net.n3.nanoxml.ValidatorPlugin
-
Returns the delegate.
- getDoubleAttribute(String) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getDoubleAttribute(String, double) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getDoubleAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getElementName() - Method in exception net.n3.nanoxml.XMLValidationException
-
Returns the name of the element in which the validation is violated.
- getEncoding(String) - Method in class net.n3.nanoxml.StdXMLReader
-
Scans the encoding from an <?xml...?> tag.
- getEntity(IXMLReader, String) - Method in interface net.n3.nanoxml.IXMLEntityResolver
-
Returns a Java reader containing the value of an entity.
- getEntity(IXMLReader, String) - Method in class net.n3.nanoxml.XMLEntityResolver
-
Returns a Java reader containing the value of an entity.
- getException() - Method in exception net.n3.nanoxml.XMLException
-
Returns the encapsulated exception, or null if no exception is
encapsulated.
- getFirstChildNamed(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Searches a child element.
- getFirstChildNamed(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Searches a child element.
- getFirstChildNamed(String) - Method in class net.n3.nanoxml.XMLElement
-
Searches a child element.
- getFirstChildNamed(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Searches a child element.
- getFullName() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the full name (i.e.
- getFullName() - Method in class net.n3.nanoxml.XMLElement
-
Returns the full name (i.e.
- getIntAttribute(String) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getIntAttribute(String, int) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getIntAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getIntProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
-
- getLineNr() - Method in class nanoxml.XMLElement
-
Returns the line nr in the source data on which the element is found.
- getLineNr() - Method in exception nanoxml.XMLParseException
-
Where the error occurred, or NO_LINE
if the line number is
unknown.
- getLineNr() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the line number in the data where the element started.
- getLineNr() - Method in interface net.n3.nanoxml.IXMLReader
-
Returns the line number of the data in the current stream.
- getLineNr() - Method in class net.n3.nanoxml.StdXMLReader
-
Returns the line number of the data in the current stream.
- getLineNr() - Method in class net.n3.nanoxml.XMLElement
-
Returns the line number in the data where the element started.
- getLineNr() - Method in exception net.n3.nanoxml.XMLException
-
Returns the line number in the XML data where the exception occurred.
- getName() - Method in class nanoxml.XMLElement
-
Returns the name of the element.
- getName() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the name of the element.
- getName() - Method in class net.n3.nanoxml.XMLElement
-
Returns the name of the element.
- getNamespace() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the namespace of the element.
- getNamespace() - Method in class net.n3.nanoxml.XMLElement
-
Returns the namespace of the element.
- getParameterEntityResolver() - Method in interface net.n3.nanoxml.IXMLValidator
-
Returns the parameter entity resolver.
- getParameterEntityResolver() - Method in class net.n3.nanoxml.NonValidator
-
Returns the parameter entity resolver.
- getParameterEntityResolver() - Method in class net.n3.nanoxml.ValidatorPlugin
-
Returns the parameter entity resolver.
- getParent() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the parent element.
- getParent() - Method in class net.n3.nanoxml.XMLElement
-
Returns the parent element.
- getProperty(String) - Method in class nanoxml.XMLElement
-
- getProperty(String, String) - Method in class nanoxml.XMLElement
-
- getProperty(String, int) - Method in class nanoxml.XMLElement
-
- getProperty(String, double) - Method in class nanoxml.XMLElement
-
- getProperty(String, String, String, boolean) - Method in class nanoxml.XMLElement
-
- getProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
-
- getPublicID() - Method in interface net.n3.nanoxml.IXMLReader
-
Returns the current public ID.
- getPublicID() - Method in class net.n3.nanoxml.StdXMLReader
-
Returns the current public ID.
- getReader() - Method in interface net.n3.nanoxml.IXMLParser
-
Returns the reader from which the parser retrieves its data.
- getReader() - Method in class net.n3.nanoxml.StdXMLParser
-
Returns the reader from which the parser retrieves its data.
- getResolver() - Method in interface net.n3.nanoxml.IXMLParser
-
Returns the entity resolver.
- getResolver() - Method in class net.n3.nanoxml.StdXMLParser
-
Returns the entity resolver.
- getResult() - Method in interface net.n3.nanoxml.IXMLBuilder
-
Returns the result of the building process.
- getResult() - Method in class net.n3.nanoxml.sax.SAXAdapter
-
Returns the result of the building process.
- getResult() - Method in class net.n3.nanoxml.StdXMLBuilder
-
Returns the result of the building process.
- getSpecialDoubleProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
-
- getSpecialIntProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
-
- getStreamLevel() - Method in interface net.n3.nanoxml.IXMLReader
-
Returns the current "level" of the stream on the stack of streams.
- getStreamLevel() - Method in class net.n3.nanoxml.StdXMLReader
-
Returns the current "level" of the stream on the stack of streams.
- getStringAttribute(String) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getStringAttribute(String, String) - Method in class nanoxml.XMLElement
-
Returns an attribute of the element.
- getStringAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
-
Returns an attribute by looking up a key in a hashtable.
- getStringProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
-
- getSystemID() - Method in interface net.n3.nanoxml.IXMLElement
-
Returns the system ID of the data where the element started.
- getSystemID() - Method in interface net.n3.nanoxml.IXMLReader
-
Returns the current system ID.
- getSystemID() - Method in class net.n3.nanoxml.StdXMLReader
-
Returns the current system ID.
- getSystemID() - Method in class net.n3.nanoxml.XMLElement
-
Returns the system ID of the data where the element started.
- getSystemID() - Method in exception net.n3.nanoxml.XMLException
-
Returns the system ID of the XML data where the exception occurred.
- getTagName() - Method in class nanoxml.XMLElement
-
- getValidator() - Method in interface net.n3.nanoxml.IXMLParser
-
Returns the validator that validates the XML data.
- getValidator() - Method in class net.n3.nanoxml.StdXMLParser
-
Returns the validator that validates the XML data.
- parameterEntityResolver - Variable in class net.n3.nanoxml.NonValidator
-
The parameter entity resolver.
- parse() - Method in interface net.n3.nanoxml.IXMLParser
-
Parses the data and lets the builder create the logical data structure.
- parse(InputSource) - Method in class net.n3.nanoxml.sax.SAXParser
-
Parse an XML document.
- parse(String) - Method in class net.n3.nanoxml.sax.SAXParser
-
Parse an XML document from a system identifier (URI).
- parse() - Method in class net.n3.nanoxml.StdXMLParser
-
Parses the data and lets the builder create the logical data structure.
- parseCharArray(char[], int, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a char array and parses it.
- parseCharArray(char[], int, int, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a char array and parses it.
- parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in interface net.n3.nanoxml.IXMLValidator
-
Parses the DTD.
- parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in class net.n3.nanoxml.NonValidator
-
Parses the DTD.
- parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Parses the DTD.
- parseFromReader(Reader) - Method in class nanoxml.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseFromReader(Reader, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseString(String) - Method in class nanoxml.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int, int) - Method in class nanoxml.XMLElement
-
Reads one XML element from a String and parses it.
- PCDataAdded(String, int) - Method in interface net.n3.nanoxml.IXMLValidator
-
Indicates that a new #PCDATA element has been encountered.
- PCDataAdded(String, int) - Method in class net.n3.nanoxml.NonValidator
-
Indicates that a new #PCDATA element has been encountered.
- PCDataAdded(String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Indicates that a new #PCDATA element has been encountered.
- printStackTrace(PrintWriter) - Method in exception net.n3.nanoxml.XMLException
-
Dumps the exception stack to a print writer.
- printStackTrace(PrintStream) - Method in exception net.n3.nanoxml.XMLException
-
Dumps the exception stack to an output stream.
- printStackTrace() - Method in exception net.n3.nanoxml.XMLException
-
Dumps the exception stack to System.err.
- processAttList(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Processes an ATTLIST element.
- processAttribute(Vector, Vector, Vector) - Method in class net.n3.nanoxml.StdXMLParser
-
Processes an attribute of an element.
- processCDATA() - Method in class net.n3.nanoxml.StdXMLParser
-
Processes a CDATA section.
- processConditionalSection(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Processes a conditional section.
- processDocType() - Method in class net.n3.nanoxml.StdXMLParser
-
Processes a document type declaration.
- processElement(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Processes an element in the DTD.
- processElement(String, Properties) - Method in class net.n3.nanoxml.StdXMLParser
-
Processes a regular element.
- processEntity(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Processes an ENTITY element.
- processIgnoreSection(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Processes an ignore section.
- processPI() - Method in class net.n3.nanoxml.StdXMLParser
-
Processes a "processing instruction".
- processSpecialTag(boolean) - Method in class net.n3.nanoxml.StdXMLParser
-
Processes a tag that starts with a bang (<!...>).
- SAXAdapter - Class in net.n3.nanoxml.sax
-
SAXAdapter is the core adapter for using NanoXML/Java with SAX, the "Simple"
API For XML.
- SAXAdapter() - Constructor for class net.n3.nanoxml.sax.SAXAdapter
-
Creates the adapter.
- SAXEntityResolver - Class in net.n3.nanoxml.sax
-
SAXEntityResolver is a subclass of XMLEntityResolver that supports the
SAX EntityResolver listener.
- SAXEntityResolver() - Constructor for class net.n3.nanoxml.sax.SAXEntityResolver
-
Creates the resolver.
- SAXParser - Class in net.n3.nanoxml.sax
-
SAXParser implements the SAX Parser interface.
- SAXParser() - Constructor for class net.n3.nanoxml.sax.SAXParser
-
Creates the SAX parser.
- scanData() - Method in class net.n3.nanoxml.StdXMLParser
-
Scans the XML data for elements.
- scanElement(XMLElement) - Method in class nanoxml.XMLElement
-
Scans an XML element.
- scanIdentifier(StringBuffer) - Method in class nanoxml.XMLElement
-
Scans an identifier from the current reader.
- scanPCData(StringBuffer) - Method in class nanoxml.XMLElement
-
Scans a #PCDATA element.
- scanSomeTag(boolean, String, Properties) - Method in class net.n3.nanoxml.StdXMLParser
-
Scans an XML tag.
- scanString(StringBuffer) - Method in class nanoxml.XMLElement
-
This method scans a delimited string from the current reader.
- scanWhitespace() - Method in class nanoxml.XMLElement
-
This method scans an identifier from the current reader.
- scanWhitespace(StringBuffer) - Method in class nanoxml.XMLElement
-
This method scans an identifier from the current reader.
- setAttribute(String, Object) - Method in class nanoxml.XMLElement
-
Adds or modifies an attribute.
- setAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Sets an attribute.
- setAttribute(String, String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Sets an attribute.
- setAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Sets an attribute.
- setAttribute(String, String, String) - Method in class net.n3.nanoxml.XMLElement
-
Sets an attribute.
- setBuilder(IXMLBuilder) - Method in interface net.n3.nanoxml.IXMLParser
-
Sets the builder which creates the logical structure of the XML data.
- setBuilder(IXMLBuilder) - Method in class net.n3.nanoxml.StdXMLParser
-
Sets the builder which creates the logical structure of the XML data.
- setContent(String) - Method in class nanoxml.XMLElement
-
Changes the content string.
- setContent(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Sets the #PCDATA content.
- setContent(String) - Method in class net.n3.nanoxml.XMLElement
-
Sets the #PCDATA content.
- setDelegate(IXMLValidator) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Sets the delegate.
- setDocumentHandler(DocumentHandler) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
Sets the document handler.
- setDocumentHandler(DocumentHandler) - Method in class net.n3.nanoxml.sax.SAXParser
-
Allows an application to register a document event handler.
- setDoubleAttribute(String, double) - Method in class nanoxml.XMLElement
-
Adds or modifies an attribute.
- setDTDHandler(DTDHandler) - Method in class net.n3.nanoxml.sax.SAXParser
-
Sets the DTD handler.
- setEntityResolver(EntityResolver) - Method in class net.n3.nanoxml.sax.SAXEntityResolver
-
Sets the SAX EntityResolver listener.
- setEntityResolver(EntityResolver) - Method in class net.n3.nanoxml.sax.SAXParser
-
Sets the entity resolver.
- setErrorHandler(ErrorHandler) - Method in class net.n3.nanoxml.sax.SAXParser
-
Allow an application to register an error event handler.
- setIntAttribute(String, int) - Method in class nanoxml.XMLElement
-
Adds or modifies an attribute.
- setLocale(Locale) - Method in class net.n3.nanoxml.sax.SAXParser
-
Sets the locale.
- setName(String) - Method in class nanoxml.XMLElement
-
Changes the name of the element.
- setName(String) - Method in interface net.n3.nanoxml.IXMLElement
-
Sets the full name.
- setName(String, String) - Method in interface net.n3.nanoxml.IXMLElement
-
Sets the name.
- setName(String) - Method in class net.n3.nanoxml.XMLElement
-
Sets the full name.
- setName(String, String) - Method in class net.n3.nanoxml.XMLElement
-
Sets the name.
- setParameterEntityResolver(IXMLEntityResolver) - Method in interface net.n3.nanoxml.IXMLValidator
-
Sets the parameter entity resolver.
- setParameterEntityResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
-
Sets the parameter entity resolver.
- setParameterEntityResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.ValidatorPlugin
-
Sets the parameter entity resolver.
- setPublicID(String) - Method in interface net.n3.nanoxml.IXMLReader
-
Sets the public ID of the current stream.
- setPublicID(String) - Method in class net.n3.nanoxml.StdXMLReader
-
Sets the public ID of the current stream.
- setReader(IXMLReader) - Method in interface net.n3.nanoxml.IXMLParser
-
Sets the reader from which the parser retrieves its data.
- setReader(IXMLReader) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
Sets the reader.
- setReader(IXMLReader) - Method in class net.n3.nanoxml.StdXMLParser
-
Sets the reader from which the parser retrieves its data.
- setResolver(IXMLEntityResolver) - Method in interface net.n3.nanoxml.IXMLParser
-
Sets the entity resolver.
- setResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.StdXMLParser
-
Sets the entity resolver.
- setSystemID(String) - Method in interface net.n3.nanoxml.IXMLReader
-
Sets the system ID of the current stream.
- setSystemID(String) - Method in class net.n3.nanoxml.StdXMLReader
-
Sets the system ID of the current stream.
- setTagName(String) - Method in class nanoxml.XMLElement
-
- setValidator(IXMLValidator) - Method in interface net.n3.nanoxml.IXMLParser
-
Sets the validator that validates the XML data.
- setValidator(IXMLValidator) - Method in class net.n3.nanoxml.StdXMLParser
-
Sets the validator that validates the XML data.
- skipComment() - Method in class nanoxml.XMLElement
-
Skips a comment.
- skipSpecialTag(int) - Method in class nanoxml.XMLElement
-
Skips a special tag or comment.
- startBuilding(String, int) - Method in interface net.n3.nanoxml.IXMLBuilder
-
This method is called before the parser starts processing its input.
- startBuilding(String, int) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
This method is called before the parser starts processing its input.
- startBuilding(String, int) - Method in class net.n3.nanoxml.StdXMLBuilder
-
This method is called before the parser starts processing its input.
- startElement(String, String, String, String, int) - Method in interface net.n3.nanoxml.IXMLBuilder
-
This method is called when a new XML element is encountered.
- startElement(String, String, String, String, int) - Method in class net.n3.nanoxml.sax.SAXAdapter
-
This method is called when a new XML element is encountered.
- startElement(String, String, String, String, int) - Method in class net.n3.nanoxml.StdXMLBuilder
-
This method is called when a new XML element is encountered.
- startNewStream(Reader) - Method in interface net.n3.nanoxml.IXMLReader
-
Starts a new stream from a Java reader.
- startNewStream(Reader, boolean) - Method in interface net.n3.nanoxml.IXMLReader
-
Starts a new stream from a Java reader.
- startNewStream(Reader) - Method in class net.n3.nanoxml.StdXMLReader
-
Starts a new stream from a Java reader.
- startNewStream(Reader, boolean) - Method in class net.n3.nanoxml.StdXMLReader
-
Starts a new stream from a Java reader.
- StdXMLBuilder - Class in net.n3.nanoxml
-
StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a
tree of IXMLElement from an XML data source.
- StdXMLBuilder() - Constructor for class net.n3.nanoxml.StdXMLBuilder
-
Creates the builder.
- StdXMLBuilder(IXMLElement) - Constructor for class net.n3.nanoxml.StdXMLBuilder
-
Creates the builder.
- StdXMLParser - Class in net.n3.nanoxml
-
StdXMLParser is the core parser of NanoXML.
- StdXMLParser() - Constructor for class net.n3.nanoxml.StdXMLParser
-
Creates a new parser.
- StdXMLReader - Class in net.n3.nanoxml
-
StdXMLReader reads the data to be parsed.
- StdXMLReader(String, String) - Constructor for class net.n3.nanoxml.StdXMLReader
-
Initializes the reader from a system and public ID.
- StdXMLReader(Reader) - Constructor for class net.n3.nanoxml.StdXMLReader
-
Initializes the XML reader.
- StdXMLReader(InputStream) - Constructor for class net.n3.nanoxml.StdXMLReader
-
Initializes the XML reader.
- stream2reader(InputStream, StringBuffer) - Method in class net.n3.nanoxml.StdXMLReader
-
Converts a stream to a reader while detecting the encoding.
- stringReader(String) - Static method in class net.n3.nanoxml.StdXMLReader
-
Creates a new reader using a string as input.
- syntaxError(String) - Method in class nanoxml.XMLElement
-
Creates a parse exception for when a syntax error occured.