Index

A B C D E F G H I K L M N O P R S T W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
addAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
addAttribute(String, String) - Method in interface org.codehaus.plexus.util.xml.XMLWriter
 
addChild(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
attribute(String, String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
attribute(String, String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Write an attribute.
attributeUseApostrophe - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
autoDeclaredPrefixes - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 

B

buf - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
build(InputStream, String) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(InputStream, String, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(Reader) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(Reader, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(Reader, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(Reader, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(XmlPullParser) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(XmlPullParser, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
build(XmlPullParser, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 

C

cdsect(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
cdsect(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
CDSECT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken().
CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
close() - Method in class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Closes the XmlReader stream.
close() - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
 
closeStartTag() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
column - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
comment(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
comment(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
COMMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML comment was just read.
CompactXMLWriter - Class in org.codehaus.plexus.util.xml
 
CompactXMLWriter(PrintWriter) - Constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
 
CompactXMLWriter(Writer) - Constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
 

D

DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
DEFAULT_COLUMN_LINE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
The default column before line wrapping i.e.
DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
The default line indenter size i.e.
DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
The default line indenter size i.e.
DEFAULT_LINE_SEPARATOR - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
The default line separator ("\n" on UNIX)
DEFAULT_SELF_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one.
DEFAULT_SELF_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
defaultEntityReplacementMap - Static variable in class org.codehaus.plexus.util.xml.pull.EntityReplacementMap
 
defineEntityReplacementText(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
defineEntityReplacementText(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
depth - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
detail - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated.
use generic getCause() method
docdecl(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
docdecl(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
DOCDECL - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML document type declaration was just read.
doIndent - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 

E

elName - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
elNamespace - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
elNamespaceCount - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
END_DOCUMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Logical end of the xml document.
END_TAG - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endDocument() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
endDocument() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Finish writing.
endElement() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
endElement() - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
endElement() - Method in interface org.codehaus.plexus.util.xml.XMLWriter
 
endOfLine() - Method in class org.codehaus.plexus.util.xml.CompactXMLWriter
 
endOfLine() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Write the end of line character (using specified line separator) and start new line with indentation
endTag(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
endTag(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Write end tag.
ensureElementsCapacity() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
ensureNamespacesCapacity() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
ENTITY_REF - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityRef(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
entityRef(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
EntityReplacementMap - Class in org.codehaus.plexus.util.xml.pull
 
EntityReplacementMap(String[][]) - Constructor for class org.codehaus.plexus.util.xml.pull.EntityReplacementMap
 
equals(Object) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 

F

FEATURE_NAMES_INTERNED - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
FEATURE_PROCESS_DOCDECL - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
FEATURE_VALIDATION - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported.
finished - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
flush() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
flush() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Write all pending output to the stream.
flush() - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
 

G

getAttribute(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getAttributeCount() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeCount() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getAttributeName(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeName(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNames() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getAttributeNamespace(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeNamespace(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributePrefix(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeType(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeValue(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the given attributes value.
getAttributeValue(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getAttributeValue(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getBomEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the BOM encoding found in the InputStream.
getChild(int) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getChild(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getChildCount() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getChildren() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getChildren(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getColumnNumber() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getColumnNumber() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
getContentTypeEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getDefaultEncoding() - Static method in class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Returns the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
getDepth() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the current depth in the xml indentation
getDepth() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getDepth() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getDepth() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getDepth() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
getDetail() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated.
Use the generic getCause() method
getDocType() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the docType in the xml
getDom() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getElementStack() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
getEncoding() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the current encoding in the xml
getEncoding() - Method in class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Returns the charset encoding of the XmlReader.
getEncoding() - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
 
getEventType() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getEventType() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getExceptions() - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
getFeature(String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
Unknown properties are always returned as false
getFeature(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getFeature(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current value of the given feature.
getFeature(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Return the current value of the feature with given name.
getInputEncoding() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getInputEncoding() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getInputLocation() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getInputStream() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getLineIndenter() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the string used as line indenter
getLineNumber() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getLineNumber() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
getLineSeparator() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the string used as line separator or LS if not set.
getName() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getName() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getName() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getName() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Returns the name of the current element as set by startTag().
getName() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getNamespace() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getNamespace() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getNamespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getNamespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespace(String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getNamespace(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getNamespaceCount(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getNamespaceCount(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getNamespacePrefix(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getNamespacePrefix(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getNamespaceUri(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getNamespaceUri(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getParent() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getPositionDescription() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...] @line:column'.
getPositionDescription() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getPrefix() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getPrefix() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getPrefix(String, boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getPrefix(String, boolean) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
getProperty(String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getProperty(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getProperty(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Look up the value of a property.
getProperty(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Look up the value of a property.
getText() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getText() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
getTextCharacters(int[]) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
getTextCharacters(int[]) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getValue() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
getWriter() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the underlying writer
getWriter() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
getXmlEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding guess based on the first bytes of the InputStream.

H

hashCode() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 

I

ID_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
ID_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
IGNORABLE_WHITESPACE - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Ignorable whitespace was just read.
ignorableWhitespace(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
ignorableWhitespace(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
indentationBuf - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
indentationJump - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
indentationString - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
isAttributeDefault(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
isAttributeDefault(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
isEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
Deprecated.
Use org.codehaus.plexus.util.StringUtils#isEmpty(String) instead
isEmptyElementTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
isEmptyElementTag() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
isNotEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
isNotEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
Deprecated.
Use org.codehaus.plexus.util.StringUtils#isNotEmpty(String) instead
isWhitespace() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
isWhitespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
isXml(File) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
Determines if a given File shall be handled as XML.

K

KEYS_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
KEYS_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils

L

lineSeparator - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
location - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
lookupOrDeclarePrefix(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
LS - Static variable in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Line separator ("\n" on UNIX)
LS - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
The vm line separator

M

maxIndentLevel - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
mergeXpp3Dom(Xpp3Dom, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
Merge two DOMs, with one having dominance in the case of collision.
mergeXpp3Dom(Xpp3Dom, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
Merge two DOMs, with one having dominance in the case of collision.
mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
MXParser - Class in org.codehaus.plexus.util.xml.pull
Absolutely minimal implementation of XMLPULL V1 API.
MXParser() - Constructor for class org.codehaus.plexus.util.xml.pull.MXParser
 
MXParser(EntityReplacementMap) - Constructor for class org.codehaus.plexus.util.xml.pull.MXParser
 
MXSerializer - Class in org.codehaus.plexus.util.xml.pull
Implementation of XmlSerializer interface from XmlPull V1 API.
MXSerializer() - Constructor for class org.codehaus.plexus.util.xml.pull.MXSerializer
 

N

namesInterned - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
namespaceEnd - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
namespacePrefix - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
namespaceUri - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
next() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
next() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
 
nextTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
nextTag() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextText() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
nextText() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextToken() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
nextToken() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
NO_NAMESPACE - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This constant represents the default namespace (empty string "")

O

offsetNewLine - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
org.codehaus.plexus.util.xml - package org.codehaus.plexus.util.xml
XML utilities.
org.codehaus.plexus.util.xml.pull - package org.codehaus.plexus.util.xml.pull
XML Pull Parser interface and implementation.
out - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 

P

parseEndTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
parseStartTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
pastRoot - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
precomputedPrefixes - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
prettyFormat(InputStream, OutputStream) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
Pretty format the input stream.
prettyFormat(InputStream, OutputStream, int, String) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
Pretty format the input stream.
prettyFormat(Reader, Writer) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
Pretty format the input reader.
prettyFormat(Reader, Writer, int, String) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
Pretty format the input reader.
PrettyPrintXMLWriter - Class in org.codehaus.plexus.util.xml
Implementation of XMLWriter which emits nicely formatted documents.
PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String, String, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
printable(char) - Static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
printable(String) - Static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
printStackTrace() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
PROCESSING_INSTRUCTION - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML processing instruction declaration was just read.
processingInstruction(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
processingInstruction(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
PROPERTY_LOCATION - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
PROPERTY_SERIALIZER_INDENTATION - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
PROPERTY_SERIALIZER_LINE_SEPARATOR - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 

R

read(char[], int, int) - Method in class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
 
rebuildIndentationBuf() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
For maximum efficiency when writing indents the required output is pre-computed This is internal function that recomputes buffer after user requested changes.
removeAttribute(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
removeChild(int) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
removeChild(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
replace(Object, Object) - Method in interface org.codehaus.plexus.util.xml.Xpp3Dom.ChildrenTracking
 
require(int, String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
require(int, String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match.
reset() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
row - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 

S

seenBracket - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
seenBracketBracket - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
seenTag - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
SELF_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
SELF_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SELF_COMBINATION_OVERRIDE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
SELF_COMBINATION_OVERRIDE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SELF_COMBINATION_REMOVE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
 
SerializerXMLWriter - Class in org.codehaus.plexus.util.xml
Write to an MXSerializer.
SerializerXMLWriter(String, XmlSerializer) - Constructor for class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
setAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
Set the attribute value
setChildrenTracking(Xpp3Dom.ChildrenTracking) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
setDefaultEncoding(String) - Static method in class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Sets the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
setDepth(int) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the depth in the xml indentation
setDocType(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the docType in the xml
setEncoding(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the encoding in the xml
setFeature(String, boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
Method setFeature
setFeature(String, boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setFeature(String, boolean) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setFeature(String, boolean) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setInput(InputStream, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
setInput(InputStream, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Sets the input stream the parser is going to process.
setInput(Reader) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
setInput(Reader) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setInputLocation(Object) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
setLineIndenter(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the string used as line indenter
setLineSeparator(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the string used as line separator
setOutput(OutputStream, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setOutput(OutputStream, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Set to use binary output stream with given encoding.
setOutput(Writer) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setOutput(Writer) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
setParent(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
setPrefix(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setPrefix(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Binds the given prefix to the given namespace.
setPrefixCalled - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setProperty(String, Object) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
setProperty(String, Object) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
setProperty(String, Object) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Set the value of a property.
setProperty(String, Object) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Set the value of a property.
setupFromTemplate() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
 
setValue(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
setWriter(PrintWriter) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the underlying writer
skipSubTree() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
Skip sub tree that is currently parser positioned on.
START_DOCUMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_TAG - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
startDocument(String, Boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
startDocument(String, Boolean) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.
startElement(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
startElement(String) - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
startElement(String) - Method in interface org.codehaus.plexus.util.xml.XMLWriter
 
startTag(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
startTag(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Writes a start tag with the given namespace and name.
startTagIncomplete - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 

T

text(char[], int, int) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
text(char[], int, int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Writes text, where special XML chars are escaped automatically
text(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
text(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
 
TEXT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
Character data was read and will is available by calling getText().
toInputLocation(XmlPullParser) - Method in interface org.codehaus.plexus.util.xml.Xpp3DomBuilder.InputLocationBuilder
 
toString() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
toUnescapedString() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
TYPES - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

W

write(char[], int, int) - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
 
write(PrintWriter, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
 
write(Writer, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
 
write(XMLWriter, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
 
write(XMLWriter, Xpp3Dom, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
 
writeAttributeValue(String, Writer) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeComment(XMLWriter, String) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line.
writeComment(XMLWriter, String, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line.
writeComment(XMLWriter, String, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line.
writeComment(XMLWriter, String, int, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line.
writeCommentLineBreak(XMLWriter) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line break.
writeCommentLineBreak(XMLWriter, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment line break with columnSize as length.
writeCommentText(XMLWriter, String) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comments between two comments line break.
writeCommentText(XMLWriter, String, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comments between two comments line break.
writeCommentText(XMLWriter, String, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comment between two comment line break.
writeCommentText(XMLWriter, String, int, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write XML comments between two comments line break.
writeElementContent(char[], int, int, Writer) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeElementContent(String, Writer) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeIndent() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeIndentation - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeLineBreak(XMLWriter) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to write one CRLF.
writeLineBreak(XMLWriter, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to repeat CRLF.
writeLineBreak(XMLWriter, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to repeat CRLF and to indent the writer by 2.
writeLineBreak(XMLWriter, int, int, int) - Static method in class org.codehaus.plexus.util.xml.XmlWriterUtil
Convenience method to repeat CRLF and to indent the writer by indentSize.
writeLineSeparator - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
writeMarkup(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
writeMarkup(String) - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
writeMarkup(String) - Method in interface org.codehaus.plexus.util.xml.XMLWriter
 
writeText(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
writeText(String) - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
 
writeText(String) - Method in interface org.codehaus.plexus.util.xml.XMLWriter
 
writeToSerializer(String, XmlSerializer) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
 
writeToSerializer(String, XmlSerializer, Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3DomUtils

X

XML_URI - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
XMLNS_URI - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
 
XmlPullParser - Interface in org.codehaus.plexus.util.xml.pull
XML Pull Parser is an interface that defines parsing functionality provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - Exception in org.codehaus.plexus.util.xml.pull
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
XmlReader - Class in org.codehaus.plexus.util.xml
Deprecated.
use XmlStreamReader
XmlReader(File) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader for a File.
XmlReader(InputStream) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader for a raw InputStream.
XmlReader(InputStream, boolean) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader for a raw InputStream.
XmlReader(InputStream, String) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(InputStream, String, boolean) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(InputStream, String, boolean, String) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(URL) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader using the InputStream of a URL.
XmlReader(URLConnection) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader using the InputStream of a URLConnection.
XmlReader(Path) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
Deprecated.
Creates a Reader for a Path.
XmlReaderException - Exception in org.codehaus.plexus.util.xml
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlReaderException(String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlSerializer - Interface in org.codehaus.plexus.util.xml.pull
Define an interface to serialization of XML Infoset.
XmlStreamReader - Class in org.codehaus.plexus.util.xml
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
XmlStreamReader(File) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a File.
XmlStreamReader(InputStream) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream, boolean) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream, String) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(InputStream, String, boolean) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(InputStream, String, boolean, String) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(URL) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using the InputStream of a URL.
XmlStreamReader(URLConnection) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using the InputStream of a URLConnection.
XmlStreamReader(Path) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a Path.
XmlStreamReaderException - Exception in org.codehaus.plexus.util.xml
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlStreamReaderException(String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlStreamReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlStreamReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlStreamReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlStreamWriter - Class in org.codehaus.plexus.util.xml
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.
XmlStreamWriter(File) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
 
XmlStreamWriter(OutputStream) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
 
XmlUtil - Class in org.codehaus.plexus.util.xml
Common XML utilities methods.
XmlUtil() - Constructor for class org.codehaus.plexus.util.xml.XmlUtil
 
XMLWriter - Interface in org.codehaus.plexus.util.xml
 
XmlWriterUtil - Class in org.codehaus.plexus.util.xml
Utility class for the XmlWriter class.
XmlWriterUtil() - Constructor for class org.codehaus.plexus.util.xml.XmlWriterUtil
 
Xpp3Dom - Class in org.codehaus.plexus.util.xml
NOTE: remove all the util code in here when separated, this class should be pure data.
Xpp3Dom(String) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
 
Xpp3Dom(String, Object) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
 
Xpp3Dom(XmlNode) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
 
Xpp3Dom(XmlNode, Xpp3Dom) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
 
Xpp3Dom(XmlNode, Xpp3Dom.ChildrenTracking) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
 
Xpp3Dom(Xpp3Dom) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
Copy constructor.
Xpp3Dom(Xpp3Dom, String) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
Copy constructor with alternative name.
Xpp3Dom.ChildrenTracking - Interface in org.codehaus.plexus.util.xml
 
Xpp3DomBuilder - Class in org.codehaus.plexus.util.xml
 
Xpp3DomBuilder() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomBuilder
 
Xpp3DomBuilder.InputLocationBuilder - Interface in org.codehaus.plexus.util.xml
Input location builder interface, to be implemented to choose how to store data.
Xpp3DomUtils - Class in org.codehaus.plexus.util.xml
Deprecated.
Xpp3DomUtils() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomUtils
Deprecated.
 
Xpp3DomWriter - Class in org.codehaus.plexus.util.xml
 
Xpp3DomWriter() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomWriter
 
A B C D E F G H I K L M N O P R S T W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form