- iacute - Field in Entity
-
- icirc - Field in Entity
-
- iexcl - Field in Entity
-
- ignorableWhitespace(char[], int, int) - Method in XmlParser
-
- ignorableWhitespace(char[], int, int) - Method in XmlSlurper
-
- igrave - Field in Entity
-
- inMixed - Field in DomToGroovy
-
- invokeMethod(String, Object) - Method in BaseMarkupBuilder.Document
-
- invokeMethod(String, Object) - Method in BaseMarkupBuilder.Document.OutputSink
-
- iquest - Field in Entity
-
- isEmpty(NodeList) - Method in DOMCategory
-
- isEmpty() - Method in GPathResult
-
Returns true if the GPathResult is empty, i.e. if, and only if, size() is 0.
- isEscapeAttributes() - Method in MarkupBuilder
-
Returns the escapeAttributes property value.
- isExpandEmptyElements() - Method in MarkupBuilder
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- isExpandEmptyElements() - Method in XmlNodePrinter
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- isGlobalKeepIgnorableWhitespace() - Method in DOMCategory
-
@return true if ignorable whitespace (e.g. whitespace between elements) is kept; default false
- isGlobalTrimWhitespace() - Method in DOMCategory
-
@return true if text elements are trimmed before returning; default false
- isKeepIgnorableWhitespace() - Method in XmlParser
-
Returns the current keep ignorable whitespace setting.
- isKeepIgnorableWhitespace() - Method in XmlSlurper
-
@return true if ignorable whitespace is kept
- isNamespaceAware() - Method in XmlNodePrinter
-
Check if namespace handling is enabled.
- isNamespaceAware() - Method in XmlParser
-
Determine if namespace handling is enabled.
- isOmitEmptyAttributes() - Method in MarkupBuilder
-
Determine whether empty attributes will appear in the produced markup.
- isOmitNullAttributes() - Method in MarkupBuilder
-
Determine whether null attributes will appear in the produced markup.
- isPrefixRegistered(String, String) - Method in XmlNodePrinter.NamespaceContext
-
- isPreserveWhitespace() - Method in XmlNodePrinter
-
Check if whitespace preservation is enabled.
- isTrimWhitespace() - Method in XmlParser
-
Returns the current trim whitespace setting.
- item(int) - Method in DOMCategory.NodeListsHolder
-
- item(int) - Method in DOMCategory.NodesHolder
-
- iterator() - Method in Attribute
-
- iterator() - Method in Attributes
-
- iterator() - Method in GPathResult
-
- iterator() - Method in NoChildren
-
Returns an empty Iterator.
- iterator() - Method in NodeChild
-
- iterator() - Method in NodeChildren
-
- iterator(NodeList) - Method in XmlGroovyMethods
-
Makes NodeList iterable by returning a read-only Iterator which traverses
over each Node.
- iuml - Field in Entity
-
- name() - Method in Attribute
-
- name() - Method in Attributes
-
- name(Node) - Method in DOMCategory
-
- name - Field in GPathResult
-
- name() - Method in Node
-
Returns the name of this Node.
- Namespace - Class in groovy.xml
A simple helper class which acts as a factory of groovy.xml.QName instances.
- Namespace(String, String) - Constructor in Namespace
-
- namespace(String, String) - Method in NamespaceBuilder
-
- namespace(String, String) - Method in NamespaceBuilderSupport
-
- NamespaceAwareHashMap - Class in groovy.util.slurpersupport
- NamespaceBuilder - Class in groovy.xml
A helper class for creating namespaces for GroovyMarkup
- NamespaceBuilder(BuilderSupport) - Constructor in NamespaceBuilder
-
- NamespaceBuilderSupport - Class in groovy.xml
A helper class for creating namespaced GroovyMarkup
- NamespaceBuilderSupport(BuilderSupport, Map) - Constructor in NamespaceBuilderSupport
-
- namespaceMap - Field in GPathResult
-
- namespaceMethodMap - Field in Builder
-
- namespacePrefix - Field in GPathResult
-
- namespaceSpecificTags - Field in Builder.Built
-
- namespaceTagHints - Field in GPathResult
-
- namespaceURI() - Method in Attribute
-
Returns the URI of the namespace of this Attribute.
- namespaceURI() - Method in Node
-
Returns the URI of the namespace of this Node.
- namespaceURI() - Method in NodeChild
-
Returns the URI of the namespace of this NodeChild.
- nbsp - Field in Entity
-
- ndash - Field in Entity
-
- newInstance(boolean, boolean) - Method in DOMBuilder
-
- newInstance(Map, BuilderSupport) - Method in NamespaceBuilder
-
- newSAXParser(String, boolean, boolean, URL) - Method in XmlUtil
-
Factory method to create a SAXParser configured to validate according to a particular schema language and
an URL pointing to the schema to validate against.
- next() - Method in NodeIterator
-
- NoChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of a GPath expression returning no children.
- NoChildren(GPathResult, String, Map) - Constructor in NoChildren
-
@param parent the GPathResult prior to the application of the expression creating this GPathResult
- Node - Class in groovy.util.slurpersupport
Represents a node.
- Node(Node, String, Map, Map, String) - Constructor in Node
-
@param parent the parent node
- NodeChild - Class in groovy.util.slurpersupport
Lazy evaluated representation of a child node.
- NodeChild(Node, GPathResult, Map) - Constructor in NodeChild
-
@param node a node
- NodeChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of child nodes.
- NodeChildren(GPathResult, Map) - Constructor in NodeChildren
-
@param parent the GPathResult prior to the application of the expression creating this GPathResult
- nodeCompleted(Object, Object) - Method in MarkupBuilder
-
- nodeCompleted(Object, Object) - Method in SAXBuilder
-
- nodeCompleted(def, def) - Method in StaxBuilder
-
- NodeIterator - Class in groovy.util.slurpersupport
Helper class for iterating through nodes.
- nodeIterator() - Method in Attribute
-
- nodeIterator() - Method in Attributes
-
- nodeIterator() - Method in FilteredAttributes
-
- nodeIterator() - Method in FilteredNodeChildren
-
- nodeIterator() - Method in GPathResult
-
- nodeIterator() - Method in NoChildren
-
Returns an empty iterator.
- nodeIterator() - Method in NodeChild
-
- nodeIterator() - Method in NodeChildren
-
- NodeIterator(Iterator) - Constructor in NodeIterator
-
- nodeIterator() - Method in NodeParents
-
- NodeParents - Class in groovy.util.slurpersupport
Lazy evaluated representation of parent nodes without duplicates
- NodeParents(GPathResult, Map) - Constructor in NodeParents
-
@param parent the GPathResult prior to the application of the expression creating this GPathResult
- not - Field in Entity
-
- ntilde - Field in Entity
-
- SAXBuilder - Class in groovy.xml
A builder for generating W3C SAX events.
- SAXBuilder(ContentHandler) - Constructor in SAXBuilder
-
- sbquo - Field in Entity
-
- scaron - Field in Entity
-
- sect - Field in Entity
-
- serialize(Element) - Method in XmlGroovyMethods
-
Transforms the element to its text equivalent.
- serialize(String, Writer) - Method in XmlUtil
-
Write a pretty version of the given XML string to the Writer.
- setCurrent(Object) - Method in NamespaceBuilderSupport
-
- setDocumentLocator(Locator) - Method in XmlParser
-
- setDoubleQuotes(boolean) - Method in MarkupBuilder
-
Sets whether the builder outputs attribute values in double
quotes or single quotes.
- setDTDHandler(DTDHandler) - Method in XmlParser
-
- setDTDHandler(DTDHandler) - Method in XmlSlurper
-
- setEntityBaseUrl(URL) - Method in XmlSlurper
-
Resolves entities against using the supplied URL as the base for relative URLs
- setEntityResolver(EntityResolver) - Method in XmlParser
-
- setEntityResolver(EntityResolver) - Method in XmlSlurper
-
- setErrorHandler(ErrorHandler) - Method in XmlParser
-
- setErrorHandler(ErrorHandler) - Method in XmlSlurper
-
- setEscapeAttributes(boolean) - Method in MarkupBuilder
-
Defaults to true. If set to false then you must escape any special
characters within attribute values such as '&', '<', CR/LF, single
and double quotes etc. manually as needed.
- setExpandEmptyElements(boolean) - Method in MarkupBuilder
-
Whether empty elements are expanded from to .
- setExpandEmptyElements(boolean) - Method in XmlNodePrinter
-
Whether empty elements are expanded from to .
- setFeature(String, boolean) - Method in XmlParser
-
- setFeature(String, boolean) - Method in XmlSlurper
-
- setGlobalKeepIgnorableWhitespace(boolean) - Method in DOMCategory
-
Whether ignorable whitespace (e.g. whitespace between elements) is kept (default false).
- setGlobalTrimWhitespace(boolean) - Method in DOMCategory
-
Whether text content is trimmed (removing leading and trailing whitespace); default false.
- setKeepIgnorableWhitespace(boolean) - Method in XmlParser
-
Sets the keep ignorable whitespace setting value.
- setKeepIgnorableWhitespace(boolean) - Method in XmlSlurper
-
- Parameters:
keepIgnorableWhitespace - If true then ignorable whitespace (i.e. whitespace before elements) is kept.
- setKeepWhitespace(boolean) - Method in XmlSlurper
-
@deprecated use setKeepIgnorableWhitespace
- setMetaClass(MetaClass) - Method in GPathResult
-
Replaces the MetaClass of this GPathResult.
- setNamespaceAware(boolean) - Method in XmlNodePrinter
-
Enable and/or disable namespace handling.
- setNamespaceAware(boolean) - Method in XmlParser
-
Enable and/or disable namespace handling.
- setNamespaceTagHints(Map) - Method in NamespaceAwareHashMap
-
- setOmitEmptyAttributes(boolean) - Method in MarkupBuilder
-
Allows empty attributes to be removed from the generated markup.
- setOmitNullAttributes(boolean) - Method in MarkupBuilder
-
Allows null attributes to be removed from the generated markup.
- setParent(Object, Object) - Method in DOMBuilder
-
- setParent(Object, Object) - Method in MarkupBuilder
-
- setParent(Object, Object) - Method in NamespaceBuilderSupport
-
- setParent(Object, Object) - Method in SAXBuilder
-
- setParent(def, def) - Method in StaxBuilder
-
- setPreserveWhitespace(boolean) - Method in XmlNodePrinter
-
Enable and/or disable preservation of whitespace.
- setProperty(String, Object) - Method in BaseMarkupBuilder.Document
-
- setProperty(String, Object) - Method in GPathResult
-
Replaces the specified property of this GPathResult with a new value.
- setProperty(String, Object) - Method in XmlParser
-
- setProperty(String, Object) - Method in XmlSlurper
-
- setQuote(String) - Method in XmlNodePrinter
-
Set Quote to use when printing attributes.
- setTrimWhitespace(boolean) - Method in XmlParser
-
Sets the trim whitespace setting value.
- setValue(Element, String) - Method in DOMCategory
-
- setWritingAttribute(boolean) - Method in StreamingMarkupWriter
-
- shy - Field in Entity
-
- size() - Method in Attribute
-
Returns the size of this Attribute, which is always 1.
- size(NodeList) - Method in DOMCategory
-
- size() - Method in GPathResult
-
Returns the size of this GPathResult.
- size() - Method in NoChildren
-
Returns 0.
- size() - Method in NodeChild
-
- size() - Method in NodeChildren
-
- skippedEntity(String) - Method in XmlParser
-
- startDocument() - Method in XmlParser
-
- startDocument() - Method in XmlSlurper
-
- startElement(String, String, String, Attributes) - Method in XmlParser
-
- startElement(String, String, String, Attributes) - Method in XmlSlurper
-
- startPrefixMapping(String, String) - Method in XmlParser
-
- startPrefixMapping(String, String) - Method in XmlSlurper
-
- StaxBuilder - Class in groovy.xml
A Groovy builder that works with Stax processors.
- StaxBuilder(def) - Constructor in StaxBuilder
-
- StreamingDOMBuilder - Class in groovy.xml
- StreamingDOMBuilder() - Constructor in StreamingDOMBuilder
-
- StreamingMarkupBuilder - Class in groovy.xml
A builder class for creating XML markup.
- StreamingMarkupBuilder() - Constructor in StreamingMarkupBuilder
-
- StreamingMarkupWriter - Class in groovy.xml.streamingmarkupsupport
- StreamingMarkupWriter(Writer) - Constructor in StreamingMarkupWriter
-
- StreamingSAXBuilder - Class in groovy.xml
- StreamingSAXBuilder() - Constructor in StreamingSAXBuilder
-
- sup1 - Field in Entity
-
- sup2 - Field in Entity
-
- sup3 - Field in Entity
-
- surrogatePair - Field in StreamingMarkupWriter
-
- szlig - Field in Entity
-