Index

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

A

AbstractXmlMojo - Class in org.codehaus.mojo.xml
Abstract base class for the plugins Mojo's.
AbstractXmlMojo() - Constructor for class org.codehaus.mojo.xml.AbstractXmlMojo
 
AbstractXmlMojo.CatalogHandling - Enum in org.codehaus.mojo.xml
 
activateProxy() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Called to install the plugins proxy settings.
addedToClasspath - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
addToClasspath(File) - Method in class org.codehaus.mojo.xml.TransformMojo
 
append(StringBuilder, String, int) - Method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
appendMessage(StringBuffer, ValidationErrorHandler.ErrorRecord) - Method in class org.codehaus.mojo.xml.ValidateMojo
 
asAbsoluteFile(File) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Converts the given file into an file with an absolute path.
asFiles(File, String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Converts the given set of file names into a set of File instances.
asInputSource(URL) - Method in class org.codehaus.mojo.xml.Resolver
 
asSaxSource(InputSource) - Method in class org.codehaus.mojo.xml.Resolver
 
attributes - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 

B

basedir - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
The base directory, relative to which directory names are interpreted.
baseDir - Variable in class org.codehaus.mojo.xml.Resolver
 
baseURI - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
build() - Method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
byteStream - Variable in class org.codehaus.mojo.xml.LSInputImpl
 

C

catalogHandling - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
How to handle entities which cannot be found in any catalog.
catalogHandling - Variable in class org.codehaus.mojo.xml.Resolver
 
CatalogHandling() - Constructor for enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
 
catalogs - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
An XML catalog file, or URL, which is being used to resolve entities.
certifiedText - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
characters(char[], int, int) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
Stores the passed characters into a character buffer.
characterStream - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
charBuffer - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
 
charLineNumber - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
 
check(File, String, XmlFormatViolationHandler) - Method in class org.codehaus.mojo.xml.CheckFormatMojo
Checks the formatting of the given file.
checkCatalogHandling() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
CheckFormatMojo - Class in org.codehaus.mojo.xml
An XML indentation check over a set of files.
CheckFormatMojo() - Constructor for class org.codehaus.mojo.xml.CheckFormatMojo
Creates a new CheckFormatMojo instance.
CheckFormatMojo.ViolationCollector - Class in org.codehaus.mojo.xml
 
column - Variable in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
context - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
context - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 

D

DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.xml.format.FormatFileSet
 
DEFAULT_INCLUDED_EXTENSIONS - Static variable in class org.codehaus.mojo.xml.format.FormatFileSet
 
DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
detail - Variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
If true, display all settable properties for each goal.
dir - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
dir - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 

E

ElementEntry(String, IndentCheckSaxHandler.Indent) - Constructor for class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 
ElementEntry(String, IndentCheckSaxHandler.Indent, IndentCheckSaxHandler.Indent) - Constructor for class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 
elementName - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 
encoding - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
The encoding of files included in CheckFormatMojo.formatFileSets.
encoding - Variable in class org.codehaus.mojo.xml.format.FormatFileSet
The encoding used to read the XML files.
encoding - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
endElement(String, String, String) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
Checks indentation for an end element.
error(SAXParseException) - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
ERROR - Enum constant in enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
 
errorCount - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
ErrorRecord(ValidationErrorHandler.ErrorType, SAXParseException, File) - Constructor for class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
errors - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
ErrorType() - Constructor for enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
 
exception - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
excludes - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
excludes - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
execute() - Method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
execute() - Method in class org.codehaus.mojo.xml.CheckFormatMojo
Called by Maven for executing the Mojo.
execute() - Method in class org.codehaus.mojo.xml.TransformMojo
Called by Maven to run the plugin.
execute() - Method in class org.codehaus.mojo.xml.ValidateMojo
Called by Maven for executing the Mojo.
expectedIndent - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 

F

failOnFormatViolation - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
Tells the mojo what to do in case XML formatting violations are found.
FATAL - Enum constant in enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
 
fatalCount - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
fatalError(SAXParseException) - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
features - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
file - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
The file being checked
file - Variable in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
fileMappers - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
filterPossibleURI(String) - Method in class org.codehaus.mojo.xml.Resolver
 
findLastModified(List<?>, boolean) - Method in class org.codehaus.mojo.xml.TransformMojo
 
findNamedChild(Node, String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
flushCharacters() - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
forceCreation - Variable in class org.codehaus.mojo.xml.TransformMojo
Whether creating the transformed files should be forced.
FormatFileSet - Class in org.codehaus.mojo.xml.format
An extension of FileSet that adds FormatFileSet.getEncoding() and FormatFileSet.getIndentSize() fields.
FormatFileSet() - Constructor for class org.codehaus.mojo.xml.format.FormatFileSet
 
formatFileSets - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
File patterns to include.
foundIndent - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 

G

getAllExMsgs(Throwable, boolean) - Static method in class org.codehaus.mojo.xml.TransformMojo
 
getAttributes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the attributes, which should be set on the transformer factory.
getBasedir() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the projects base directory.
getBaseURI() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getByteStream() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getCatalogHandling() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
getCertifiedText() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getCharacterStream() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getColumn() - Method in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
getContext() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
getDefault(File, String, int) - Static method in class org.codehaus.mojo.xml.format.FormatFileSet
 
getDir() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns a directory, which is scanned for files to transform.
getDir() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns a directory, which is scanned for files to validate.
getDir(File) - Method in class org.codehaus.mojo.xml.TransformMojo
 
getEncoding() - Method in class org.codehaus.mojo.xml.format.FormatFileSet
 
getEncoding() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getErrorCount() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
getErrors() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
getException() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
getExcludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of files, which are being excluded from the transformation set.
getExcludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns patterns of files, which are being excluded from the validation set.
getExcludes(String[], boolean) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Calculates the exclusions to use when searching files.
getExternalSubset(String, String) - Method in class org.codehaus.mojo.xml.Resolver
getFatalCount() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
getFeatures() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the features, which should be set on the transformer factory.
getFile() - Method in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
getFile(File, String) - Method in class org.codehaus.mojo.xml.TransformMojo
 
getFileMappers() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns a set of file mappers, which are being used to convert the generated files name.
getFileNames(File, String[], String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Scans a directory for files and returns a set of path names.
getFiles(File, String[], String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Scans a directory for files and returns a set of File instances.
getIncludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of files, which are being included into the transformation set.
getIncludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns patterns of files, which are being included into the validation set.
getIndentLevel(String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
Gets the indentation level of the specified line.
getIndentSize() - Method in class org.codehaus.mojo.xml.format.FormatFileSet
 
getLineNumber() - Method in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
getLocator() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
getMessage() - Method in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
getName() - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Returns the parameter name.
getOtherDepends() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of additional files, which are being considered for the uptodate check.
getOutputDir() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the output directory, where the generated files are being placed.
getOutputDir(File) - Method in class org.codehaus.mojo.xml.TransformMojo
 
getOutputFile(File, String, FileMapper[]) - Method in class org.codehaus.mojo.xml.TransformMojo
 
getOutputProperties() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the transformers output properties.
getParameters() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the stylesheet parameters.
getProject() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the maven project.
getPropertyFromExpression(String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
getPublicId() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getPublicId() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schemas public ID.
getResolver() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Creates a new resolver.
getResource(String) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
getSchema(Resolver, ValidationSet) - Method in class org.codehaus.mojo.xml.ValidateMojo
Reads a validation sets schema.
getSchemaLanguage() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schema language.
getSingleChild(Node, String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
getStringData() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getStylesheet() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the XSLT stylesheet, which is being used to control the transformation.
getSystemId() - Method in class org.codehaus.mojo.xml.LSInputImpl
 
getSystemId() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schemas system ID.
getTemplate(Resolver, Source, TransformationSet) - Method in class org.codehaus.mojo.xml.TransformMojo
 
getTransformerFactory() - Method in class org.codehaus.mojo.xml.TransformMojo
Creates a new instance of TransformerFactory.
getType() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
getValue() - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Returns the parameter value.
getValue(Node, String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
getWarningCount() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
goal - Variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
The name of the goal for which to show help.

H

handle(XmlFormatViolation) - Method in class org.codehaus.mojo.xml.CheckFormatMojo.ViolationCollector
 
handle(XmlFormatViolation) - Method in interface org.codehaus.mojo.xml.format.XmlFormatViolationHandler
Called when an XmlFormatViolation is found.
hasViolations() - Method in class org.codehaus.mojo.xml.CheckFormatMojo.ViolationCollector
 
hasViolations(File) - Method in class org.codehaus.mojo.xml.CheckFormatMojo.ViolationCollector
 
HelpMojo - Class in org.codehaus.mojo.xml_maven_plugin
Display help information on xml-maven-plugin.
Call mvn xml:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 

I

ignorableWhitespace(char[], int, int) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
Just delegates to IndentCheckSaxHandler.characters(char[], int, int), since this method is not called in all situations where it could be naively expected.
includes - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
includes - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
Indent(int, int) - Constructor for class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
 
IndentCheckSaxHandler - Class in org.codehaus.mojo.xml.format
A DefaultHandler implementation that detects formatting violations and reports them to the supplied XmlFormatViolationHandler.
IndentCheckSaxHandler(File, int, XmlFormatViolationHandler) - Constructor for class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
 
IndentCheckSaxHandler.ElementEntry - Class in org.codehaus.mojo.xml.format
An entry that can be stored on a stack
IndentCheckSaxHandler.Indent - Class in org.codehaus.mojo.xml.format
An indent occurrence within a file characterized by IndentCheckSaxHandler.Indent.lineNumber and IndentCheckSaxHandler.Indent.size.
indentSize - Variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
indentSize - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
The number of spaces expected for indentation.
indentSize - Variable in class org.codehaus.mojo.xml.format.FormatFileSet
The number of spaces expected for indentation.
indentSize - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
The number of spaces for indentation
INTRINSIC_NS_URI - Static variable in class org.codehaus.mojo.xml.ValidateMojo
 
isAddedToClasspath() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether the output directory is added to the classpath.
isEmpty(String) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
isError() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
isFatal() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
isNotEmpty(String) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
isSkipDefaultExcludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether Maven's default excludes are being ignored.
isSkipDefaultExcludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns, whether Maven's default excludes are being ignored.
isSkipping() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
isUpdToDate(List<?>, List<?>) - Method in class org.codehaus.mojo.xml.TransformMojo
 
isValidating() - Method in class org.codehaus.mojo.xml.Resolver
Returns, whether the Resolver should create validating parsers.
isValidating() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether the transformer should create validating XML parsers for reading XML documents.
isValidating() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
If the documents are being validated for wellformedness only: Returns, whether the parser should be validating.
isWarning() - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 
isXincludeAware() - Method in class org.codehaus.mojo.xml.Resolver
Returns, whether the transformer should create xinclude aware XML parsers for reading XML documents.
isXincludeAware() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether the transformer should create xinclude aware XML parsers for reading XML documents.
isXincludeAware() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns, whether the validator should create xinclude aware XML parsers for reading XML documents.

L

lastIndent - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
 
lineLength - Variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
The maximum length of a display line, should be positive.
lineNumber - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
The line number where this IndentCheckSaxHandler.Indent occurs.
lineNumber - Variable in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
local - Enum constant in enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
Unmatched entities are resolved through file only URI resolution
locator - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
Plexus resource manager used to obtain XSL.
locator - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
The locator set by SAXParser
locator - Variable in class org.codehaus.mojo.xml.Resolver
 
locatorInitialized - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
 
LSInputImpl - Class in org.codehaus.mojo.xml
Implementation of LSInput, for use by the Resolver.
LSInputImpl() - Constructor for class org.codehaus.mojo.xml.LSInputImpl
 

M

message - Variable in class org.codehaus.mojo.xml.format.XmlFormatViolation
 

N

name - Variable in class org.codehaus.mojo.xml.transformer.NameValuePair
 
NameValuePair - Class in org.codehaus.mojo.xml.transformer
An instance of this class is used to specify an output property.
NameValuePair() - Constructor for class org.codehaus.mojo.xml.transformer.NameValuePair
 
newLSInput(InputSource) - Method in class org.codehaus.mojo.xml.Resolver
 
newSAXParserFactory(ValidationSet) - Method in class org.codehaus.mojo.xml.ValidateMojo
Creates a new instance of SAXParserFactory.
newTransformer(Templates, TransformationSet) - Method in class org.codehaus.mojo.xml.TransformMojo
 
newTransformerFactory(String, ClassLoader) - Static method in class org.codehaus.mojo.xml.TransformMojo
 

O

org.codehaus.mojo.xml - package org.codehaus.mojo.xml
 
org.codehaus.mojo.xml_maven_plugin - package org.codehaus.mojo.xml_maven_plugin
 
org.codehaus.mojo.xml.format - package org.codehaus.mojo.xml.format
 
org.codehaus.mojo.xml.transformer - package org.codehaus.mojo.xml.transformer
 
org.codehaus.mojo.xml.validation - package org.codehaus.mojo.xml.validation
 
otherDepends - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
outputDir - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
outputProperties - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 

P

parameters - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
parse(Resolver, ValidationSet, File, ErrorHandler) - Method in class org.codehaus.mojo.xml.ValidateMojo
Called for validating a single file.
passivateProxy(Object) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Called to restore the proxy settings, which have been installed when the plugin was invoked.
passThrough - Enum constant in enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
Unmatched entities are resolved through URI resolution
PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
project - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
The Maven Project.
publicErrors - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
publicId - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
publicId - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 

R

repeat(String, int) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
Repeat a String n times to form a new string.
resolve(String) - Method in class org.codehaus.mojo.xml.Resolver
Attempts to resolve the given URI.
resolve(String, String) - Method in class org.codehaus.mojo.xml.Resolver
resolve(String, URI) - Method in class org.codehaus.mojo.xml.Resolver
 
resolveAsFile(String) - Method in class org.codehaus.mojo.xml.Resolver
 
resolveAsResource(String) - Method in class org.codehaus.mojo.xml.Resolver
 
resolveAsURL(String, URI) - Method in class org.codehaus.mojo.xml.Resolver
 
resolveEntity(String, String) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
Always returns an empty InputSource to avoid loading of any DTDs.
resolveEntity(String, String) - Method in class org.codehaus.mojo.xml.Resolver
resolveEntity(String, String, String, String) - Method in class org.codehaus.mojo.xml.Resolver
resolver - Variable in class org.codehaus.mojo.xml.Resolver
 
Resolver - Class in org.codehaus.mojo.xml
An implementation of EntityResolver, URIResolver, and LSResourceResolver, based on the Apache catalog resolver.
Resolver(File, List<File>, List<URL>, ResourceManager, AbstractXmlMojo.CatalogHandling, boolean) - Constructor for class org.codehaus.mojo.xml.Resolver
Creates a new instance.
resolveResource(String, String, String, String, String) - Method in class org.codehaus.mojo.xml.Resolver

S

saxParserFactory - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
scan(FileSet) - Method in class org.codehaus.mojo.xml.CheckFormatMojo
A DirectoryScanner boiler plate.
schemaLanguage - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
serialVersionUID - Static variable in class org.codehaus.mojo.xml.format.FormatFileSet
 
setAddedToClasspath(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether the output directory is added to the classpath.
setAttributes(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the attributes, which should be set on the transformer factory.
setBaseURI(String) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setByteStream(InputStream) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setCatalogs(List<File>, List<URL>) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the plugins catalog files.
setCertifiedText(boolean) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setCharacterStream(Reader) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setContext(File) - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
setDir(File) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the name of a directory, which is scanned for files to transform.
setDir(File) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets a directory, which is scanned for files to validate.
setDocumentLocator(Locator) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
 
setEncoding(String) - Method in class org.codehaus.mojo.xml.format.FormatFileSet
 
setEncoding(String) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setExcludes(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of files, which are being excluded from the transformation set.
setExcludes(String[]) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets patterns of files, which are being excluded from the validation set.
setFeature(TransformerFactory, String, Boolean) - Method in class org.codehaus.mojo.xml.TransformMojo
 
setFeatures(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the features, which should be set on the transformer factory.
setFileMappers(FileMapper[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets a set of file mappers, which are being used to convert the generated files name.
setIncludes(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of files, which are being included into the transformation set.
setIncludes(String[]) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets patterns of files, which are being included into the validation set.
setIndentSize(int) - Method in class org.codehaus.mojo.xml.CheckFormatMojo
Sets the number of spaces for indentation.
setIndentSize(int) - Method in class org.codehaus.mojo.xml.format.FormatFileSet
 
setName(String) - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Sets the parameter name.
setOtherDepends(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of additional files, which are being considered for the uptodate check.
setOutputDir(File) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the output directory, where the generated files are being placed.
setOutputProperties(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the transformers output properties.
setParameters(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the stylesheet parameters.
setProperty(List<String>, String, String) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
setPublicId(String) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setPublicId(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schemas public ID.
setSchemaLanguage(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schema language.
setSkipDefaultExcludes(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether Maven's default excludes are being ignored.
setSkipDefaultExcludes(boolean) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets, whether Maven's default excludes are being ignored.
setStringData(String) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setStylesheet(String) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the XSLT stylesheet, which is being used to control the transformation.
setSystemId(String) - Method in class org.codehaus.mojo.xml.LSInputImpl
 
setSystemId(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schemas system ID.
settings - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
The Maven Settings.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.Resolver
Sets, whether the Resolver should create validating parsers.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether the transformer should create validating XML parsers for reading XML documents.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
If the documents are being validated for wellformedness only: Sets, whether the parser should be validating.
setValue(String) - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Sets the parameter value.
setXincludeAware(boolean) - Method in class org.codehaus.mojo.xml.Resolver
Sets, whether the transformer should create xinclude aware XML parsers for reading XML documents.
setXincludeAware(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether the transformer should create xinclude aware XML parsers for reading XML documents.
setXincludeAware(boolean) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets, whether the validator should create xinclude aware XML parsers for reading XML documents.
size - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
The number of spaces in this IndentCheckSaxHandler.Indent.
skip - Variable in class org.codehaus.mojo.xml.AbstractXmlMojo
Whether to skip execution.
skipDefaultExcludes - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
skipDefaultExcludes - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
stack - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
The element stack
START - Static variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
An IndentCheckSaxHandler.Indent usable at the beginning of a typical XML file.
startElement(String, String, String, Attributes) - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
Checks indentation for a start element.
strict - Enum constant in enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
Unmatched entities generate an error
stringData - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
stylesheet - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
systemId - Variable in class org.codehaus.mojo.xml.LSInputImpl
 
systemId - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 

T

toLines(String, int, int, int) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toString() - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.ElementEntry
 
toString() - Method in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
 
toString() - Method in class org.codehaus.mojo.xml.format.XmlFormatViolation
 
transform(Transformer, File, File, Resolver) - Method in class org.codehaus.mojo.xml.TransformMojo
 
transform(Resolver, TransformationSet) - Method in class org.codehaus.mojo.xml.TransformMojo
 
TransformationSet - Class in org.codehaus.mojo.xml.transformer
An instance of this class is used to specify a set of files, which are transformed by a common XSLT stylesheet.
TransformationSet() - Constructor for class org.codehaus.mojo.xml.transformer.TransformationSet
 
transformationSets - Variable in class org.codehaus.mojo.xml.TransformMojo
Specifies one or more sets of files, which are being transformed.
transformerFactory - Variable in class org.codehaus.mojo.xml.TransformMojo
Transformer factory use.
TransformMojo - Class in org.codehaus.mojo.xml
The TransformMojo is used for transforming a set of files using a common stylesheet.
TransformMojo() - Constructor for class org.codehaus.mojo.xml.TransformMojo
 
type - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
 

U

useDefaultFormatFileSet - Variable in class org.codehaus.mojo.xml.CheckFormatMojo
If set to true, the result of
invalid reference
FormatFileSet#getDefault(String, int)
will be appended to CheckFormatMojo.formatFileSets before the processing.

V

validate(Resolver, ValidationSet, Schema, File, ValidationErrorHandler) - Method in class org.codehaus.mojo.xml.ValidateMojo
Called for parsing or validating a single file.
validate(Resolver, ValidationSet, ValidationErrorHandler) - Method in class org.codehaus.mojo.xml.ValidateMojo
Called for validating a set of XML files against a common schema.
ValidateMojo - Class in org.codehaus.mojo.xml
The ValidatorMojo's task is the validation of XML files against a given schema.
ValidateMojo() - Constructor for class org.codehaus.mojo.xml.ValidateMojo
 
validating - Variable in class org.codehaus.mojo.xml.Resolver
 
validating - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
validating - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
ValidationErrorHandler - Class in org.codehaus.mojo.xml.validation
 
ValidationErrorHandler() - Constructor for class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
ValidationErrorHandler.ErrorRecord - Class in org.codehaus.mojo.xml.validation
 
ValidationErrorHandler.ErrorType - Enum in org.codehaus.mojo.xml.validation
 
ValidationSet - Class in org.codehaus.mojo.xml.validation
An instance of this class is used to specify a set of files, which are validated against a common schema.
ValidationSet() - Constructor for class org.codehaus.mojo.xml.validation.ValidationSet
 
validationSets - Variable in class org.codehaus.mojo.xml.ValidateMojo
Specifies a set of document types, which are being validated.
value - Variable in class org.codehaus.mojo.xml.transformer.NameValuePair
 
valueOf(String) - Static method in enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.mojo.xml.AbstractXmlMojo.CatalogHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
ViolationCollector() - Constructor for class org.codehaus.mojo.xml.CheckFormatMojo.ViolationCollector
 
violationHandler - Variable in class org.codehaus.mojo.xml.format.IndentCheckSaxHandler
The XmlFormatViolationHandler for reporting found violations
violations - Variable in class org.codehaus.mojo.xml.CheckFormatMojo.ViolationCollector
 

W

warning(SAXParseException) - Method in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
WARNING - Enum constant in enum org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
 
warningCount - Variable in class org.codehaus.mojo.xml.validation.ValidationErrorHandler
 
writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.xml_maven_plugin.HelpMojo
 

X

xincludeAware - Variable in class org.codehaus.mojo.xml.Resolver
 
xincludeAware - Variable in class org.codehaus.mojo.xml.transformer.TransformationSet
 
xincludeAware - Variable in class org.codehaus.mojo.xml.validation.ValidationSet
 
XmlFormatViolation - Class in org.codehaus.mojo.xml.format
A violation of a prescribed XML formatting.
XmlFormatViolation(File, int, int, String) - Constructor for class org.codehaus.mojo.xml.format.XmlFormatViolation
 
XmlFormatViolationHandler - Interface in org.codehaus.mojo.xml.format
An interface for reporting XmlFormatViolations.
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form