Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

X

x - Variable in class org.mdiutil.geom.Vector2D
The x coordinate of the Vector.
xIncludeAware - Variable in class org.mdiutil.xml.XMLParserConfiguration
True if the parser is XInclude-aware.
XML_RESOURCES - Static variable in class org.mdiutil.xml.EntityListResolver
 
XMLChildrenIncluder - Interface in org.mdiutil.xml
This interface process XML files by including the content of XInclude children.
XMLCommentedNode - Class in org.mdiutil.xml.tree
A Node in an XML File, with an associated comment.
XMLCommentedNode(String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create the Node, with a local part.
XMLCommentedNode(String, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create the Node, with a local part and a comment.
XMLCommentedNode(QName) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create the Node.
XMLCommentedNode(QName, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create the Node.
XMLCommentedNode(XMLNode, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create a Node.
XMLCommentedNode(XMLNode, String, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create a Node.
XMLCommentedNode(XMLNode, QName) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create a Node.
XMLCommentedNode(XMLNode, QName, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedNode
Create a Node.
XMLCommentedRoot - Class in org.mdiutil.xml.tree
A root Node in an XML File with an associated comment.
XMLCommentedRoot(String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedRoot
Create the Node, with a local part.
XMLCommentedRoot(String, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedRoot
Create the Node, with a local part and a comment.
XMLCommentedRoot(QName) - Constructor for class org.mdiutil.xml.tree.XMLCommentedRoot
Create the Node.
XMLCommentedRoot(QName, String) - Constructor for class org.mdiutil.xml.tree.XMLCommentedRoot
Create the Node.
XMLDocumentBuilderFactory - Class in org.mdiutil.xml.tree.dom
This factory allows to create a DOM Document with an XMLRoot or a File, URL or String.
XMLEncodingParser - Class in org.mdiutil.xml
This class get the encoding of an XML file.
XMLIncluder - Class in org.mdiutil.xml
This class process XML files by including the content of XInclude children.
XMLIncluder() - Constructor for class org.mdiutil.xml.XMLIncluder
Constructor.
XMLIncluder(File) - Constructor for class org.mdiutil.xml.XMLIncluder
Constructor.
XMLIncluder(URL) - Constructor for class org.mdiutil.xml.XMLIncluder
Constructor.
XMLIncluder(InputStream) - Constructor for class org.mdiutil.xml.XMLIncluder
Constructor.
XMLInvalidNode - Class in org.mdiutil.xml.tree
An invalid node in an XML File.
XMLInvalidNode(String) - Constructor for class org.mdiutil.xml.tree.XMLInvalidNode
Create the Node, with a local part.
XMLInvalidNode(QName) - Constructor for class org.mdiutil.xml.tree.XMLInvalidNode
Create the Node.
XMLInvalidNode(XMLNode, String) - Constructor for class org.mdiutil.xml.tree.XMLInvalidNode
Create a Node.
XMLInvalidNode(XMLNode, QName) - Constructor for class org.mdiutil.xml.tree.XMLInvalidNode
Create a Node.
XMLInvalidRoot - Class in org.mdiutil.xml.tree
A not well-formed root Node in an XML File.
XMLInvalidRoot(String) - Constructor for class org.mdiutil.xml.tree.XMLInvalidRoot
Create the root Node, with a local part.
XMLInvalidRoot(QName) - Constructor for class org.mdiutil.xml.tree.XMLInvalidRoot
Create the root Node.
XMLLocations - Class in org.mdiutil.xml
This class hold a local copy of several XML standard reference files. it contains: A copy of the XML Schema DTD: http://www.w3.org/2001/XMLSchema.dtd A copy of the XML Schema file: http://www.w3.org/2001/xml.xsd To define a resolver for these reference files, see EntityListResolver.addResolvedSystemIDs(java.util.List, java.net.URL).
XMLNode - Class in org.mdiutil.xml.tree
A Node in an XML File.
XMLNode(String) - Constructor for class org.mdiutil.xml.tree.XMLNode
Create the Node, with a local part.
XMLNode(QName) - Constructor for class org.mdiutil.xml.tree.XMLNode
Create the Node.
XMLNode(XMLNode, String) - Constructor for class org.mdiutil.xml.tree.XMLNode
Create a Node.
XMLNode(XMLNode, QName) - Constructor for class org.mdiutil.xml.tree.XMLNode
Create a Node.
XMLNode.BoundPrefix - Class in org.mdiutil.xml.tree
A prefix bounded to an URI.
XMLNodeIncluder - Class in org.mdiutil.xml.tree
This class process XML files by including the content of XInclude children.
XMLNodeIncluder() - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(boolean) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(File, boolean) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(URL, boolean) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(InputStream, boolean) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(File) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(URL) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodeIncluder(InputStream) - Constructor for class org.mdiutil.xml.tree.XMLNodeIncluder
Constructor.
XMLNodePath - Class in org.mdiutil.xml.tree
The path of an XMLNode.
XMLNodePath(List<XMLNode>) - Constructor for class org.mdiutil.xml.tree.XMLNodePath
 
XMLNodesIterator - Class in org.mdiutil.xml.tree
A tree walker for xml nodes.
XMLNodesIterator(XMLNode) - Constructor for class org.mdiutil.xml.tree.XMLNodesIterator
Create a new XMLNodesIterator.
XMLNodeUtilities - Class in org.mdiutil.xml.tree
Various utilities concerning XML content.
XMLNodeUtilities2 - Class in org.mdiutil.xml.tree
Various utilities concerning XML content.
XMLNodeUtilities2() - Constructor for class org.mdiutil.xml.tree.XMLNodeUtilities2
 
XMLNodeUtilities2(XMLNodeUtilities2) - Constructor for class org.mdiutil.xml.tree.XMLNodeUtilities2
 
XMLNodeUtilitiesOptions - Interface in org.mdiutil.xml.tree
The options used by the XMLNodeUtilities and XMLNodeUtilities2 classes.
XMLNumberedNode - Class in org.mdiutil.xml.tree
A Node in an XML File with a line number.
XMLNumberedNode(String) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create the Node, with a local part.
XMLNumberedNode(QName) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create the Node.
XMLNumberedNode(String, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create the Node.
XMLNumberedNode(QName, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create the Node.
XMLNumberedNode(XMLNode, String) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create a Node.
XMLNumberedNode(XMLNode, QName) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create a Node.
XMLNumberedNode(XMLNode, String, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create a Node.
XMLNumberedNode(XMLNode, QName, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedNode
Create a Node.
XMLNumberedRoot - Class in org.mdiutil.xml.tree
A root Node in an XML File with a comment.
XMLNumberedRoot(String) - Constructor for class org.mdiutil.xml.tree.XMLNumberedRoot
Create the root Node, with a local part.
XMLNumberedRoot(QName) - Constructor for class org.mdiutil.xml.tree.XMLNumberedRoot
Create the Node.
XMLNumberedRoot(String, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedRoot
Create the root Node.
XMLNumberedRoot(QName, int) - Constructor for class org.mdiutil.xml.tree.XMLNumberedRoot
Create the Node.
XMLParserConfiguration - Class in org.mdiutil.xml
The XMLParser configuration.
XMLParserConfiguration() - Constructor for class org.mdiutil.xml.XMLParserConfiguration
 
XMLRoot - Class in org.mdiutil.xml.tree
A root Node in an XML File.
XMLRoot(String) - Constructor for class org.mdiutil.xml.tree.XMLRoot
Create the root Node, with a local part.
XMLRoot(QName) - Constructor for class org.mdiutil.xml.tree.XMLRoot
Create the root Node.
XMLRoot(XMLNode) - Constructor for class org.mdiutil.xml.tree.XMLRoot
Create the root Node from a node.
XMLRootDetector - Class in org.mdiutil.xml
This class detect the root element ofr only its name name for an XML file.
XMLRootDetector() - Constructor for class org.mdiutil.xml.XMLRootDetector
 
XMLSAXParser - Class in org.mdiutil.xml
A generic XML SAX Parser.
XMLSAXParser() - Constructor for class org.mdiutil.xml.XMLSAXParser
Create a new non validating XML SAX Parser.
XMLSAXParser(ResolverSAXHandler) - Constructor for class org.mdiutil.xml.XMLSAXParser
Create a new non validating XML SAX Parser.
XMLSAXParser(String) - Constructor for class org.mdiutil.xml.XMLSAXParser
Create a new non validating XML SAX Parser.
XMLSAXParser(boolean) - Constructor for class org.mdiutil.xml.XMLSAXParser
Create a new XML SAX Parser.
XMLSAXParser(String, boolean) - Constructor for class org.mdiutil.xml.XMLSAXParser
Create a new XML SAX Parser.
XMLTreeHandler - Class in org.mdiutil.xml.tree
Parse an XML File and return the associated tree of Nodes.
XMLTreeHandler() - Constructor for class org.mdiutil.xml.tree.XMLTreeHandler
Constructor.
XMLTreeHandler(boolean) - Constructor for class org.mdiutil.xml.tree.XMLTreeHandler
Constructor.
XMLTreeHandler(String) - Constructor for class org.mdiutil.xml.tree.XMLTreeHandler
Constructor.
XMLTreeHandler(String, boolean) - Constructor for class org.mdiutil.xml.tree.XMLTreeHandler
Constructor.
XMLTreeHandler(String, boolean, String) - Constructor for class org.mdiutil.xml.tree.XMLTreeHandler
Constructor.
XMLTreeReplacer - Class in org.mdiutil.xml.tree
This class allows to change the attributes of some nodes in a XML document.
XMLTreeReplacer() - Constructor for class org.mdiutil.xml.tree.XMLTreeReplacer
 
XMLTreeReplacer.Node - Class in org.mdiutil.xml.tree
A node in an XML document.
XMLTreeReplacer.NodePath - Class in org.mdiutil.xml.tree
A path in an XML document.
XMLTreeWalker - Class in org.mdiutil.xml
This class implements the interface TreeWalker.
XMLTreeWalker(Node) - Constructor for class org.mdiutil.xml.XMLTreeWalker
Create a new XMLTreeWalker, in the default XMLTreeWalker.MODE_ROOT mode.
XMLTreeWalker(Node, Node) - Constructor for class org.mdiutil.xml.XMLTreeWalker
Create a new XMLTreeWalker, in the XMLTreeWalker.MODE_SLICE mode.
XMLTreeWalker(Document) - Constructor for class org.mdiutil.xml.XMLTreeWalker
Create a new XMLTreeWalker.
XmlWriter - Class in org.mdiutil.xml
Writes a Node (or XML Document) as text output.
XmlWriter() - Constructor for class org.mdiutil.xml.XmlWriter
 
XmlWriter(String, String, String) - Constructor for class org.mdiutil.xml.XmlWriter
Create a new XmlWriter, capable to write a XML DOM document to a file., with escaped hexadecimal sequences.
XmlWriter(String, String, String, boolean) - Constructor for class org.mdiutil.xml.XmlWriter
Create a new XmlWriter, capable to write a XML DOM document to a file.
XmlWriterIOException - Exception in org.mdiutil.xml
Thrown when an XMLWriter receives an illegal argument in parameter.
XmlWriterIOException(String) - Constructor for exception org.mdiutil.xml.XmlWriterIOException
Constructs a new XmlWriterIOException with the specified detail message.
XmlWriterIOException(IOException) - Constructor for exception org.mdiutil.xml.XmlWriterIOException
Constructs a new XmlWriterIOException with the specified detail message.
XmlWriterIOException(String, IOException) - Constructor for exception org.mdiutil.xml.XmlWriterIOException
Constructs a new XmlWriterIOException with the specified detail message.
XmlWriterRuntimeException - Exception in org.mdiutil.xml
Thrown when an XMLWriter receives an illegal argument in parameter.
XmlWriterRuntimeException(String) - Constructor for exception org.mdiutil.xml.XmlWriterRuntimeException
Constructs a new XmlWriterRuntimeException with the specified detail message.
XmlWriterRuntimeException(Exception) - Constructor for exception org.mdiutil.xml.XmlWriterRuntimeException
Constructs a new XmlWriterRuntimeException with the specified detail message.
XmlWriterRuntimeException(String, Exception) - Constructor for exception org.mdiutil.xml.XmlWriterRuntimeException
Constructs a new XmlWriterRuntimeException with the specified detail message.
xpoints - Variable in class org.mdiutil.geom.Polygon2D
The array of x coordinates.
XSDAttribute - Class in org.mdiutil.xml.tree.schema
Represents an attribute.
XSDAttribute(QName) - Constructor for class org.mdiutil.xml.tree.schema.XSDAttribute
 
XSDBaseTypes - Interface in org.mdiutil.xml.tree.schema
This interface hold the list of base types.
XSDComplexType - Class in org.mdiutil.xml.tree.schema
Represents a complex type.
XSDComplexType() - Constructor for class org.mdiutil.xml.tree.schema.XSDComplexType
 
XSDComplexType(QName) - Constructor for class org.mdiutil.xml.tree.schema.XSDComplexType
 
XSDDefaultTypes - Class in org.mdiutil.xml.tree.schema
Represents the list of default simple types.
XSDElement - Class in org.mdiutil.xml.tree.schema
Reprensents a schema element.
XSDElement(QName) - Constructor for class org.mdiutil.xml.tree.schema.XSDElement
 
XSDElement(QName, XSDComplexType) - Constructor for class org.mdiutil.xml.tree.schema.XSDElement
 
XSDElementCell - Class in org.mdiutil.xml.tree.schema
Reoresents an element in a sequence.
XSDElementCell(QName) - Constructor for class org.mdiutil.xml.tree.schema.XSDElementCell
 
XSDObject - Interface in org.mdiutil.xml.tree.schema
Represrnts any Schema object.
XSDParser - Class in org.mdiutil.xml.tree.schema
 
XSDParser() - Constructor for class org.mdiutil.xml.tree.schema.XSDParser
 
XSDSchema - Class in org.mdiutil.xml.tree.schema
This is the model for a Schema representation.
XSDSchema() - Constructor for class org.mdiutil.xml.tree.schema.XSDSchema
 
XSDSchema(boolean) - Constructor for class org.mdiutil.xml.tree.schema.XSDSchema
 
XSDSequence - Class in org.mdiutil.xml.tree.schema
A sequence or choice.
XSDSequence(char) - Constructor for class org.mdiutil.xml.tree.schema.XSDSequence
 
XSDSequenceCell - Class in org.mdiutil.xml.tree.schema
The element of a sequence.
XSDSequenceCell() - Constructor for class org.mdiutil.xml.tree.schema.XSDSequenceCell
 
XSDSequenceType - Interface in org.mdiutil.xml.tree.schema
Represents the type of a sequence.
XSDSimpleType - Class in org.mdiutil.xml.tree.schema
Represents a simple type.
XSDSimpleType() - Constructor for class org.mdiutil.xml.tree.schema.XSDSimpleType
 
XSDSimpleType(QName) - Constructor for class org.mdiutil.xml.tree.schema.XSDSimpleType
 
XSDSimpleType(QName, short) - Constructor for class org.mdiutil.xml.tree.schema.XSDSimpleType
 
XSDSimpleType.Numeric - Class in org.mdiutil.xml.tree.schema
 
XSDType - Interface in org.mdiutil.xml.tree.schema
Repsents a type.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links