Index

A C D E F G I M N P R S T U V W X 
All Classes|All Packages

A

add(DocumentFragment) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convenience method for adding a child.
add(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convenience method for adding a child by tag name.
addChild(DocumentFragment) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Deprecated.
Use add(child)
addTextChild(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convenience method for adding a text child.
assertTag(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Assert that the tag name is the specified.

C

characters(char[], int, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for character data.
convertToDomNode(Document) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convert the XML to a DOM node.

D

DocumentFragment - Class in fi.iki.jmtilli.javaxmlfrag
Fragment of an XML document.
DocumentFragment(String) - Constructor for class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Construct an element with no children and no attributes.
DocumentFragment(String, List<DocumentFragment>) - Constructor for class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Construct an element with no attributes
DocumentFragment(String, List<DocumentFragment>, Map<String, String>) - Constructor for class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Construct an element
DocumentFragment(String, Map<String, String>) - Constructor for class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Construct an element with no children
DocumentFragmentHandler - Class in fi.iki.jmtilli.javaxmlfrag
Handler that is able to collect document fragments into DocumentFragment.
DocumentFragmentHandler() - Constructor for class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
 

E

endElement(String, String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for element end.
endXMLElement(String, String, String, DocumentFragment) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for element end.
equals(Object, Object) - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragment
 
equals(Object, Object) - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragmentHandler
 

F

fi.iki.jmtilli.javaxmlfrag - package fi.iki.jmtilli.javaxmlfrag
 
FRAGMENT - fi.iki.jmtilli.javaxmlfrag.XMLDocumentType
 

G

get(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the only child with the specified tag.
getAttrByte(String, byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte attribute
getAttrByteNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte attribute that must be non-null.
getAttrByteObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte attribute or null
getAttrDouble(String, double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double attribute
getAttrDoubleNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double attribute that must be non-null.
getAttrDoubleObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double attribute or null
getAttrFloat(String, float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float attribute
getAttrFloatNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float attribute that must be non-null.
getAttrFloatObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float attribute or null
getAttributes() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the attributes of the element.
getAttrInt(String, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer attribute
getAttrIntNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer attribute that must be non-null.
getAttrIntObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer attribute or null
getAttrLong(String, long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long attribute
getAttrLongNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long attribute that must be non-null.
getAttrLongObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long attribute or null
getAttrShort(String, short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short attribute
getAttrShortNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short attribute that must be non-null.
getAttrShortObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short attribute or null
getAttrString(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a string attribute
getAttrStringNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a string attribute that must be non-null.
getAttrStringObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a string attribute or null
getByte(String, byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text in enclosing element.
getByteNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text that must be non-null in enclosing element.
getByteObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text in enclosing element or null.
getChildren() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the children of the element.
getDouble(String, double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text in enclosing element.
getDoubleNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text that must be non-null in enclosing element.
getDoubleObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text in enclosing element or null.
getFloat(String, float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text in enclosing element.
getFloatNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text that must be non-null in enclosing element.
getFloatObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text in enclosing element or null.
getInt(String, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text in enclosing element.
getIntNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text that must be non-null in enclosing element.
getIntObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text in enclosing element or null.
getLong(String, long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text in enclosing element.
getLongNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text that must be non-null in enclosing element.
getLongObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text in enclosing element or null.
getMulti(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a list of children with the specified tag
getNonTextChildren() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the non-text children of the element.
getNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the only child with the specified tag, asserting it is non-null.
getOmitXmlDeclaration() - Method in enum fi.iki.jmtilli.javaxmlfrag.XMLDocumentType
 
getOrCreate(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Return the element with the tag name, creating it if nonexistent.
getShort(String, short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text in enclosing element.
getShortNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text that must be non-null in enclosing element.
getShortObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text in enclosing element or null.
getString(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in enclosing element.
getStringNotNull(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text that must be non-null in enclosing element.
getStringObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in enclosing element or null.
getTag() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get the tag name of the element.
getText() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Return the text of the element.
getThisByte(byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text in this element.
getThisByteNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text that must be non-null in this element.
getThisByteObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a byte text in this element or null.
getThisDouble(double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text in this element.
getThisDoubleNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text that must be non-null in this element.
getThisDoubleObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a double text in this element or null.
getThisFloat(float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text in this element.
getThisFloatNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text that must be non-null in this element.
getThisFloatObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a float text in this element or null.
getThisInt(int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text in this element.
getThisIntNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text that must be non-null in this element.
getThisIntObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get an integer text in this element or null.
getThisLong(long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text in this element.
getThisLongNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text that must be non-null in this element.
getThisLongObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a long text in this element or null.
getThisShort(short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text in this element.
getThisShortNotNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text that must be non-null in this element.
getThisShortObject() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get a short text in this element or null.
getThisString(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in this element.
getThisStringNotEmpty() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in this element that must be non-empty.
getThisStringObjectEmptyIsEmpty() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in this element.
getThisStringObjectEmptyIsNull() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Get text in this element or null.

I

is(String...) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Test the parsing context.
isTextElement() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Test whether this element is a text element.

M

main(String[]) - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestAll
Run all unit tests
main(String[]) - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragment
Run the unit test
main(String[]) - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragmentHandler
Run the unit test

N

newText(String) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Construct a text element.

P

parseWhole(File) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(InputStream) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(String) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(SAXParserFactory, File) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(SAXParserFactory, InputStream) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(SAXParserFactory, String) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(SAXParserFactory, InputSource) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.
parseWhole(InputSource) - Static method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Parse a whole document.

R

remove(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Remove and get the only child with the specified tag.
removeAll() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Remove and get a list of all children
removeAttr(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convenience method for removing an attribute.
removeMulti(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Remove and get a list of children with the specified tag

S

set(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Return the element with the tag name, creating it if nonexistent and clear its contents if existent.
setAttr(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Deprecated.
use setAttrString
setAttrByte(String, byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a byte attribute.
setAttrByteObject(String, Byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a byte attribute or remove the attribute.
setAttrDouble(String, double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a double attribute.
setAttrDoubleObject(String, Double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a double attribute or remove the attribute.
setAttrFloat(String, float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a float attribute.
setAttrFloatObject(String, Float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a float attribute or remove the attribute.
setAttrInt(String, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set an int attribute.
setAttrIntObject(String, Integer) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a int attribute or remove the attribute.
setAttrLong(String, long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a long attribute.
setAttrLongObject(String, Long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a long attribute or remove the attribute.
setAttrShort(String, short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a short attribute.
setAttrShortObject(String, Short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a short attribute or remove the attribute.
setAttrString(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convenience method for setting an attribute.
setAttrStringObject(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a string attribute or remove the attribute.
setByte(String, byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set byte text in enclosing element.
setByteObject(String, Byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set byte text in enclosing element or remove the element.
setDouble(String, double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set double text in enclosing element.
setDoubleObject(String, Double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set double text in enclosing element or remove the element.
setFloat(String, float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set float text in enclosing element.
setFloatObject(String, Float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set float text in enclosing element or remove the element.
setInt(String, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set int text in enclosing element.
setIntObject(String, Integer) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set int text in enclosing element or remove the element.
setLong(String, long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set long text in enclosing element.
setLongObject(String, Long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set long text in enclosing element or remove the element.
setRow(String, XMLRowable) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set a data structure in enclosing element.
setRowObject(String, XMLRowable) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set data structure in enclosing element or remove the element.
setShort(String, short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set short text in enclosing element.
setShortObject(String, Short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set short text in enclosing element or remove the element.
setString(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set text in enclosing element
setStringObject(String, String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set text in enclosing element or remove the element.
setThisByte(byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set byte text in this element.
setThisByteObject(Byte) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set byte text in this element or remove the text contents.
setThisDouble(double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set double text in this element.
setThisDoubleObject(Double) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set double text in this element or remove the text contents.
setThisFloat(float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set float text in this element.
setThisFloatObject(Float) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set float text in this element or remove the text contents.
setThisInt(int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set int text in this element.
setThisIntObject(Integer) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set int text in this element or remove the text contents.
setThisLong(long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set long text in this element.
setThisLongObject(Long) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set long text in this element or remove the text contents.
setThisRow(XMLRowable) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set data structure in this element.
setThisRowObject(XMLRowable) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set data structure in this element or remove the contents.
setThisShort(short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set short text in this element.
setThisShortObject(Short) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set short text in this element or remove the text contents.
setThisString(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set text in this element
setThisStringObject(String) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Set text in this element or remove the contents.
startElement(String, String, String, Attributes) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for element start.
startFragmentCollection() - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Start fragment collection.
startXMLElement(String, String, String, Attributes) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for element start.

T

testRowable() - Static method in class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragment
 
toXMLRow(DocumentFragment) - Method in interface fi.iki.jmtilli.javaxmlfrag.XMLRowable
 

U

UnitTestAll - Class in fi.iki.jmtilli.javaxmlfrag
Run all unit tests.
UnitTestAll() - Constructor for class fi.iki.jmtilli.javaxmlfrag.UnitTestAll
 
UnitTestDocumentFragment - Class in fi.iki.jmtilli.javaxmlfrag
Unit test for DocumentFragment.
UnitTestDocumentFragment() - Constructor for class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragment
 
UnitTestDocumentFragmentHandler - Class in fi.iki.jmtilli.javaxmlfrag
Unit test for DocumentFragmentHandler.
UnitTestDocumentFragmentHandler() - Constructor for class fi.iki.jmtilli.javaxmlfrag.UnitTestDocumentFragmentHandler
 
unparse(XMLDocumentType, OutputStream) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convert the XML to a string representation.
unparse(XMLDocumentType, Writer) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convert the XML to a string representation.
unparse(XMLDocumentType, StreamResult) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convert the XML to a string representation.
unparseToString(XMLDocumentType) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragment
Convert the XML to a string representation.

V

valueOf(String) - Static method in enum fi.iki.jmtilli.javaxmlfrag.XMLDocumentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fi.iki.jmtilli.javaxmlfrag.XMLDocumentType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHOLE - fi.iki.jmtilli.javaxmlfrag.XMLDocumentType
 

X

xmlCharacters(char[], int, int) - Method in class fi.iki.jmtilli.javaxmlfrag.DocumentFragmentHandler
Handler for character data.
XMLDocumentType - Enum in fi.iki.jmtilli.javaxmlfrag
 
XMLException - Exception in fi.iki.jmtilli.javaxmlfrag
An XML exception.
XMLException() - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLException
 
XMLException(String) - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLException
 
XMLMultipleElementsException - Exception in fi.iki.jmtilli.javaxmlfrag
An XML multiple elements exception.
XMLMultipleElementsException() - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLMultipleElementsException
 
XMLMultipleElementsException(String) - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLMultipleElementsException
 
XMLNonTextChildException - Exception in fi.iki.jmtilli.javaxmlfrag
An XML non-text child exception.
XMLNonTextChildException() - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLNonTextChildException
 
XMLNonTextChildException(String) - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLNonTextChildException
 
XMLRowable - Interface in fi.iki.jmtilli.javaxmlfrag
An object that is convertible to XML.
XMLValueMissingException - Exception in fi.iki.jmtilli.javaxmlfrag
An XML value missing exception.
XMLValueMissingException() - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLValueMissingException
 
XMLValueMissingException(String) - Constructor for exception fi.iki.jmtilli.javaxmlfrag.XMLValueMissingException
 
A C D E F G I M N P R S T U V W X 
All Classes|All Packages