- element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- element(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- element(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- element(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- element(XmlNamespace, String, boolean) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- element(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- element(XmlNamespace, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- element(int) - Method in interface org.xmlpull.v1.builder.XmlElement
-
return element at poition (0..count-1) or IndexOutOfBoundsException if positon incorrect
- element(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
find first element with name and namespace (if namespace is null it is ignored in search)
- element(XmlNamespace, String, boolean) - Method in interface org.xmlpull.v1.builder.XmlElement
-
find first element with name and namespace (if namespace is null it is ignored in search)
if no matching element is found then new element is created, appended to children, and returned
- element(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
Write simple text element in current namespace
- element(String, String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- element(String, String, String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Writes a simple element such as <username>johndoe</username>.
- element(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Write simple text element in current namespace
- ELEMENT_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
Matches Element nodes
- ELEMENT_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- elements(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- elements(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- elements(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Return all elements that has namespace and name (null is never returned but empty iteraotr)
- elName - Variable in class org.xmlpull.mxp1.MXParser
-
- elName - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- elNamespace - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- elNamespaceCount - Variable in class org.xmlpull.mxp1.MXParser
-
- elNamespaceCount - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- elPrefix - Variable in class org.xmlpull.mxp1.MXParser
-
- elPrefix - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- elRawName - Variable in class org.xmlpull.mxp1.MXParser
-
- elRawNameEnd - Variable in class org.xmlpull.mxp1.MXParser
-
- elRawNameLine - Variable in class org.xmlpull.mxp1.MXParser
-
- elUri - Variable in class org.xmlpull.mxp1.MXParser
-
- emptyElementTag - Variable in class org.xmlpull.mxp1.MXParser
-
- END_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
-
Logical end of the xml document.
- END_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
-
- endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endAbsoluteLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an absolute location path expression.
- endAdditiveExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endAdditiveExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endAdditiveExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an additive ('+' or '-') expression.
- endAllNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endAllNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endAllNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a node() step.
- endAndExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endAndExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endAndExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an 'and' expression.
- endCommentNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endCommentNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endCommentNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a comment() step.
- endDocument() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- endDocument() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- endDocument() - Method in interface org.xmlpull.v1.XmlSerializer
-
Finish writing.
- endEqualityExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endEqualityExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endEqualityExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an equality ('=' or '!=') expression.
- endFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a filter expression.
- endFunction() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endFunction() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endFunction() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a function call.
- endLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endMultiplicativeExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endMultiplicativeExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endMultiplicativeExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
- endNameStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endNameStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endNameStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a NameStep
- endOrExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endOrExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endOrExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an 'or' expression.
- endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endPathExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a path expression.
- endPredicate() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endPredicate() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endPredicate() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a predicate.
- endProcessingInstructionNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endProcessingInstructionNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endProcessingInstructionNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a processing-instruction(...) step.
- endRelationalExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endRelationalExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endRelationalExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
- endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endRelativeLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a relative location path expression.
- endStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- EndsWithFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
-
boolean ends-with(string,string)
- EndsWithFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EndsWithFunction
-
- endTag(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- endTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- endTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- endTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Write end tag in current namespace with name given as argument.
- endTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Write end tag.
- endTextNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endTextNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endTextNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a text() step.
- endUnaryExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endUnaryExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endUnaryExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a unary ('+' or '-') expression.
- endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endUnionExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of a union ('|') expression.
- endXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- endXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- endXPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- endXPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the end of an XPath expression parse.
- ensureAttributeCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- ensureAttributeCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- ensureAttributeCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method ensureAttributeCapacity
- ensureAttributesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
-
Make sure that in attributes temporary array is enough space.
- ensureChildrenCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- ensureChildrenCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- ensureChildrenCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method ensureChildrenCapacity
- ensureElementsCapacity() - Method in class org.xmlpull.mxp1.MXParser
-
Make sure that we have enough space to keep element stack if passed size.
- ensureElementsCapacity() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- ensureEntityCapacity() - Method in class org.xmlpull.mxp1.MXParser
-
- ensureNamespaceDeclarationsCapacity(int) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- ensureNamespaceDeclarationsCapacity(int) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- ensureNamespaceDeclarationsCapacity(int) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method ensureNamespaceDeclarationsCapacity
- ensureNamespacesCapacity(int) - Method in class org.xmlpull.mxp1.MXParser
-
- ensureNamespacesCapacity() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- ensurePC(int) - Method in class org.xmlpull.mxp1.MXParser
-
- ENTITY_REF - Static variable in interface org.xmlpull.v1.XmlPullParser
-
An entity reference was just read;
this token is available from
nextToken()
only.
- ENTITY_REFERENCE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
Matches elements nodes
- entityEnd - Variable in class org.xmlpull.mxp1.MXParser
-
- entityName - Variable in class org.xmlpull.mxp1.MXParser
-
- entityNameBuf - Variable in class org.xmlpull.mxp1.MXParser
-
- entityNameHash - Variable in class org.xmlpull.mxp1.MXParser
-
- entityRef(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- entityRef(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- entityRef(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- entityRefName - Variable in class org.xmlpull.mxp1.MXParser
-
- entityReplacement - Variable in class org.xmlpull.mxp1.MXParser
-
- entityReplacementBuf - Variable in class org.xmlpull.mxp1.MXParser
-
- entrySet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
-
Returns a collection view of the mappings contained in this map.
- equals(Object) - Method in class javax.xml.namespace.QName
-
Tests this QName for equality with another object.
- equals(Object) - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- equals(Object) - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
-
- equals(Object) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- errorHandler - Variable in class org.xmlpull.v1.sax2.Driver
-
- escapeAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- escapeAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
- escapeText(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- escapeText(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
- evaluate(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Evaluate this XPath against a given context.
- evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
-
- evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
-
- evaluate(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
-
- evaluate(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.BooleanFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.CeilingFunction
-
- evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ConcatFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ContainsFunction
-
- evaluate(Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.CountFunction
-
- evaluate(String, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.DocumentFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EndsWithFunction
-
- evaluate(Context, Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EvaluateFunction
-
- evaluate(Object, Locale, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LowerFunction
-
Converts the given string value to lower case using an optional Locale
- evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction
-
- evaluate(Object, Locale, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.UpperFunction
-
Converts the given string value to upper case using an optional Locale
- evaluate() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.FalseFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.FloorFunction
-
- evaluate(List, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.IdFunction
-
- evaluate(Context) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.LastFunction
-
- evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.LocalNameFunction
-
- evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
-
- evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
-
- evaluate(Context) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.PositionFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.RoundFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StartsWithFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringLengthFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringAfterFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringBeforeFunction
-
- evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
-
- evaluate(Object, Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
-
- evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
-
- evaluate(Object, Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.TranslateFunction
-
- evaluate() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.TrueFunction
-
- evaluate(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Evaluate this XPath against a given context.
- EvaluateFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
-
node-set evaluate(string)
- EvaluateFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EvaluateFunction
-
- event(XmlPullParser) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- event(XmlPullParser) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Serializer current event form pull parser
- EventList - Class in org.xmlpull.v1.samples.eventlist
-
- EventList() - Constructor for class org.xmlpull.v1.samples.eventlist.EventList
-
- eventType - Variable in class org.xmlpull.mxp1.MXParser
-
- Expr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
-
- get(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
-
Returns the value to which this map maps the specified key.
- getAncestorAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getAncestorAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the ancestor
xpath axis.
- getAncestorOrSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getAncestorOrSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the
ancestor-or-self xpath axis.
- getAttributeAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getAttributeAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getAttributeAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the attribute
xpath axis.
- getAttributeCount() - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeCount() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeCount() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the number of attributes of the current start tag, or
-1 if the current event type is not START_TAG
- getAttributeName(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getAttributeName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the name of the given attribute node.
- getAttributeName(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeName(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the local name of the specified attribute
if namespaces are enabled or just attribute name if namespaces are disabled.
- getAttributeNamespace(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeNamespace(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeNamespace(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the namespace URI of the attribute
with the given index (starts from 0).
- getAttributeNamespaceUri(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getAttributeNamespaceUri(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the namespace URI of the given attribute node.
- getAttributePrefix(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributePrefix(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the prefix of the specified attribute
Returns null if the element has no prefix.
- getAttributeQName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getAttributeQName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the QName of the given attribute node.
- getAttributeStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getAttributeStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the string-value of an attribute node.
- getAttributeType(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeType(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeType(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the type of the specified attribute
If parser is non-validating it MUST return CDATA.
- getAttributeValue(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeValue(String, String) - Method in class org.xmlpull.mxp1.MXParser
-
- getAttributeValue(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getAttributeValue(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getAttributeValue(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method getAttributeValue
- getAttributeValue(XmlPullParser, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Return value of attribute with given name and no namespace.
- getAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- getAttributeValue(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeValue(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Return value of attribute with given name and no namespace.
- getAttributeValue(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the given attributes value.
- getAttributeValue(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the attributes value identified by namespace URI and namespace localName.
- getAxis() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getAxis() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
-
- getAxisName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getBaseUri() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- getBaseUri() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getBaseUri() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- getBaseUri() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlElement
-
XML Infoset [base URI] property
- getBaseUri() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
-
The base URI of the PI.
- getCharacterEncodingScheme() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- getCharacterEncodingScheme() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- getCharacterEncodingScheme() - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- getChildAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getChildAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getChildAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the child
xpath axis.
- getColumnNumber() - Method in class org.xmlpull.mxp1.MXParser
-
- getColumnNumber() - Method in class org.xmlpull.v1.sax2.Driver
-
- getColumnNumber() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current column number, starting from 0.
- getColumnNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
-
- getCommentStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getCommentStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the string-value of a comment node.
- getContent() - Method in class org.xmlpull.v1.builder.impl.XmlCommentImpl
-
- getContent() - Method in interface org.xmlpull.v1.builder.XmlComment
-
A string representing the content of the comment.
- getContent() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
-
A string representing the content of the processing instruction,
excluding the target and any white space immediately following it.
- getContentHandler() - Method in class org.xmlpull.v1.sax2.Driver
-
- getContext(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Create a
Context wrapper for the provided
implementation-specific object.
- getContextSupport() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
- getContextSupport() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getCurrentNamespaceForElements() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- getCurrentNamespaceForElements() - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Get namespace that is used as default when no namespace parameter is used for
startTag(), endTag() and element()
- getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlNotation
-
The base URI relative to which the system identifier should be resolved
(i.e.
- getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
-
- getDeclarationBaseUri() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getDepth() - Method in class org.xmlpull.mxp1.MXParser
-
- getDepth() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getDepth() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getDepth() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getDepth() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current depth of the element.
- getDepth() - Method in interface org.xmlpull.v1.XmlSerializer
-
Returns the current depth of the element.
- getDescendantAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getDescendantAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the descendant
xpath axis.
- getDescendantOrSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getDescendantOrSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the
descendant-or-self xpath axis.
- getDetail() - Method in exception org.xmlpull.v1.builder.XmlBuilderException
-
- getDetail() - Method in exception org.xmlpull.v1.XmlPullParserException
-
- getDocument(String) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getDocument(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getDocument(String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Loads a document from the given URI
- getDocumentElement() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- getDocumentElement() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- getDocumentElement() - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- getDocumentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getDocumentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getDocumentNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Returns the document node that contains the given context node.
- getDTDHandler() - Method in class org.xmlpull.v1.sax2.Driver
-
- getElement() - Method in class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
-
- getElementById(Object, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Default implementation that can not find elements.
- getElementById(Object, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Returns the element whose ID is given by elementId.
- getElementName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getElementName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the name of the given element node.
- getElementNamespaceUri(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getElementNamespaceUri(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the namespace URI of the given element node.
- getElementQName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getElementQName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the QName of the given element node.
- getElementStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getElementStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the string-value of an element node.
- getEntityResolver() - Method in class org.xmlpull.v1.sax2.Driver
-
- getErrorHandler() - Method in class org.xmlpull.v1.sax2.Driver
-
- getEventType() - Method in class org.xmlpull.mxp1.MXParser
-
- getEventType() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
- getExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- getExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
-
- getExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.UnaryExpr
-
- getFactory() - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Method get XmlPull factory that is ued by this builder.
- getFactory() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- getFeature(String) - Method in class org.xmlpull.mxp1.MXParser
-
Unknown properties are always returned as false
- getFeature(String) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
-
- getFeature(String) - Method in class org.xmlpull.mxp1.MXParserNonValidating
-
- getFeature(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getFeature(String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getFeature(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getFeature(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getFeature(String) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- getFeature(String) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current value of the given feature.
- getFeature(String) - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Return the current value of the feature with given name.
- getFeature(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Return the current value of the feature with given name.
- getFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
-
- getFollowingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getFollowingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the following
xpath axis.
- getFollowingSiblingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getFollowingSiblingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the
following-sibling xpath axis.
- getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getFunction(String, String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.FunctionContext
-
An implementation should return a Function implementation object
based on the namespace uri and local name of the function-call
expression.
- getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleFunctionContext
-
- getFunctionContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve the FunctionContext used by this XPath
expression.
- getFunctionContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getFunctionContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve the FunctionContext used by this XPath
expression.
- getIndex(String, String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getIndex(String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getInputEncoding() - Method in class org.xmlpull.mxp1.MXParser
-
- getInputEncoding() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the input encoding if known, null otherwise.
- getInstance() - Static method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
-
- getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
-
- getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.XPathFunctionContext
-
Retrieve the singleton instance.
- getIterableAxis() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getIterableAxis(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
-
- getLength() - Method in class org.xmlpull.v1.sax2.Driver
-
- getLHS() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.BinaryExpr
-
- getLHS() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getLineNumber() - Method in class org.xmlpull.mxp1.MXParser
-
- getLineNumber() - Method in class org.xmlpull.v1.sax2.Driver
-
- getLineNumber() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the current line number, starting from 1.
- getLineNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
-
- getLocale(Object, Navigator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LocaleFunctionSupport
-
Attempts to convert the given function argument value
into a Locale either via casting,
extracting it from a List
or looking up the named Locale using reflection.
- getLocalName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
-
- getLocalName(int) - Method in class org.xmlpull.v1.sax2.Driver
-
- getLocalPart() - Method in class javax.xml.namespace.QName
-
Gets the Local part for this QName
- getLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
-
- getMatchesNodeName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
For patterns which only match an ATTRIBUTE_NODE or an
ELEMENT_NODE then this pattern may return the name of the
element or attribute it matches.
- getMatchesNodeName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
- getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getMessage() - Method in exception org.xmlpull.v1.builder.XmlBuilderException
-
- getMultilineMessage() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
-
Retrieve the friendly multi-line error message.
- getMultilineMessage() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
-
- getName() - Method in class org.xmlpull.mxp1.MXParser
-
- getName() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getName() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getName() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getName() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getName() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getName() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
XML Infoset [local name] property
- getName() - Method in interface org.xmlpull.v1.builder.XmlElement
-
XML Infoset [local name] property.
- getName() - Method in interface org.xmlpull.v1.builder.XmlNotation
-
The name of the notation.
- getName() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
-
- getName() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultProcessingInstructionNodeStep
-
- getName() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getName() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getName() - Method in interface org.xmlpull.v1.XmlPullParser
-
For START_TAG or END_TAG events, the (local) name of the current
element is returned when namespaces are enabled.
- getName() - Method in interface org.xmlpull.v1.XmlSerializer
-
Returns the name of the current element as set by startTag().
- getNamespace(String) - Method in class org.xmlpull.mxp1.MXParser
-
- getNamespace() - Method in class org.xmlpull.mxp1.MXParser
-
- getNamespace() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getNamespace() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getNamespace() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getNamespace() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getNamespace() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getNamespace() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
Combination of XML Infoset [namespace name] and [prefix] properties
- getNamespace() - Method in interface org.xmlpull.v1.builder.XmlElement
-
Return namespace of current element
(XML Infoset [namespace name] and [prefix] properties combined)
null is only returned if
element was created without namespace
- getNamespace() - Method in class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
-
- getNamespace(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getNamespace() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getNamespace() - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getNamespace(String) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the URI corresponding to the given prefix,
depending on current state of the parser.
- getNamespace() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the namespace URI of the current element.
- getNamespace() - Method in interface org.xmlpull.v1.XmlSerializer
-
Returns the namespace URI of the current element as set by startTag().
- getNamespaceAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getNamespaceAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getNamespaceAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the namespace
xpath axis.
- getNamespaceContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve the NamespaceContext used by this XPath
expression.
- getNamespaceContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getNamespaceContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve the NamespaceContext used by this XPath
expression.
- getNamespaceCount(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getNamespaceCount(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getNamespaceCount(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the numbers of elements in the namespace stack for the given
depth.
- getNamespaceName() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getNamespaceName() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getNamespaceName() - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
-
- getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
return XML Infoset [namespace name] property (namespaceName from getNamespace()
or null if attribute has no namespace
- getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlElement
-
Return namespace name (XML Infoset [namespace name]property
or null if element has no namespace
- getNamespaceName() - Method in interface org.xmlpull.v1.builder.XmlNamespace
-
Namespace name.
- getNamespacePrefix(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getNamespacePrefix(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getNamespacePrefix(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the namespace prefix of a namespace node.
- getNamespacePrefix(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getNamespacePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the namespace prefixe for the given position
in the namespace stack.
- getNamespaceStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getNamespaceStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the string-value of a namespace node.
- getNamespaceURI() - Method in class javax.xml.namespace.QName
-
Gets the Namespace URI for this QName
- getNamespaceUri(int) - Method in class org.xmlpull.mxp1.MXParser
-
- getNamespaceUri(int) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getNamespaceUri(int) - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the namespace URI for the given position in the
namespace stack
If the position is out of range, an exception is thrown.
- getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve the XML object-model-specific
Navigator
for us in evaluating this XPath expression.
- getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
-
- getNavigator() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve the XML object-model-specific
Navigator
for us in evaluating this XPath expression.
- getNestedException() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
-
- getNextElementText(XmlPullParser) - Static method in class org.xmlpull.v1.samples.XmlCompare
-
Returns the next Element in the stream (including all sub elements) as a String
- getNodeSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getNodeType(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getNodeType(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Returns a number that identifies the type of node that the given
object represents in this navigator.
- getNotation() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
-
The notation information item named by the target.
- getNotation() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getNotationName() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getOperator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
-
- getOwner() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getOwner() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getOwner() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
XML Infoset [owner element] property
- getParent() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getParent() - Method in class org.xmlpull.v1.builder.impl.XmlCommentImpl
-
- getParent() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getParent() - Method in interface org.xmlpull.v1.builder.XmlComment
-
The document or element information item which contains this information item
in its [children] property.
- getParent() - Method in interface org.xmlpull.v1.builder.XmlContained
-
- getParent() - Method in interface org.xmlpull.v1.builder.XmlDoctype
-
The document information item.
- getParent() - Method in interface org.xmlpull.v1.builder.XmlElement
-
XML Infoset [parent] property.
- getParent() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
-
The document, element, or document type definition information item
which contains this information item in its [children] property.
- getParent() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
-
- getParentAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getParentAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getParentAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the parent xpath axis.
- getParentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getParentNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Returns the parent of the given context node.
- getPattern() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
Retrieve the simplified Jaxen Pattern expression tree.
- getPattern(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
Retrieve the Jaxen Pattern expression tree, optionally
simplified.
- getPIData(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Return everything past PITarget and S from Processing Instruction (PI) as defined in
XML 1.0 Section 2.6 Processing Instructions
[16] PI ::= '<?' PITarget (S (Char* - (Char* '?>' Char*)))? '?>'
- getPIData() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- getPIData() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Return everything past PITarget and S from Processing Instruction (PI) as defined in
XML 1.0 Section 2.6 Processing Instructions
[16] PI ::= '<?' PITarget (S (Char* - (Char* '?>' Char*)))? '?>'
- getPITarget(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Return PITarget from Processing Instruction (PI) as defined in
XML 1.0 Section 2.6 Processing Instructions
[16] PI ::= '<?' PITarget (S (Char* - (Char* '?>' Char*)))? '?>'
- getPITarget() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- getPITarget() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Return PITarget from Processing Instruction (PI) as defined in
XML 1.0 Section 2.6 Processing Instructions
[16] PI ::= '<?' PITarget (S (Char* - (Char* '?>' Char*)))? '?>'
- getPosition() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getPosition() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
-
Retrieve the position of the error.
- getPosition() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
-
- getPositionDescription() - Method in class org.xmlpull.mxp1.MXParser
-
Return string describing current position of parsers as
text 'STATE [seen %s...] @line:column'.
- getPositionDescription() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getPositionDescription() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns a short text describing the current parser state, including
the position, a
description of the current event and the data source if known.
- getPositionMarker() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
-
Retrieve a string useful for denoting where
the error occured.
- getPositionMarker() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
-
- getPrecedingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getPrecedingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the preceding xpath axis.
- getPrecedingSiblingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
Throws UnsupportedAxisException
- getPrecedingSiblingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the
preceding-sibling xpath axis.
- getPredicates() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- getPredicates() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getPredicates() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
-
- getPredicateSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- getPredicateSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getPredicateSet() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
-
- getPrefix() - Method in class javax.xml.namespace.QName
-
Gets the Prefix for this QName
- getPrefix() - Method in class org.xmlpull.mxp1.MXParser
-
- getPrefix(String, boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getPrefix(String, boolean, boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getPrefix() - Method in class org.xmlpull.v1.builder.impl.XmlNamespaceImpl
-
- getPrefix() - Method in interface org.xmlpull.v1.builder.XmlNamespace
-
Prefix can be null.
- getPrefix() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
-
- getPrefix() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getPrefix(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getPrefix() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the prefix of the current element.
- getPrefix(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
-
Return namespace that corresponds to given prefix
If there is no prefix bound to this namespace return null
but if generatePrefix is false then return generated prefix.
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
- getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
-
- getProcessingInstructionData(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getProcessingInstructionData(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getProcessingInstructionData(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the data of a processing-instruction.
- getProcessingInstructionTarget(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getProcessingInstructionTarget(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getProcessingInstructionTarget(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the target of a processing-instruction.
- getProperty(String) - Method in class org.xmlpull.mxp1.MXParser
-
- getProperty(String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getProperty(String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getProperty(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getProperty(String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- getProperty(String) - Method in interface org.xmlpull.v1.XmlPullParser
-
Look up the value of a property.
- getProperty(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Look up the value of a property.
- getPublicId() - Method in class org.xmlpull.v1.sax2.Driver
-
- getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlDoctype
-
- getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlNotation
-
- getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
-
- getPublicIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getPullParserFromPool() - Method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
-
- getQName(int) - Method in class org.xmlpull.v1.sax2.Driver
-
- getRequiredAttributeValue(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Read attribute value and return it or throw exception if
current element does not have such attribute.
- getRequiredAttributeValue(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- getRequiredAttributeValue(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- getRequiredAttributeValue(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Read attribute value and return it or throw exception if
current element does not have such attribute.
- getRequiredAttributeValue(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Read attribute value and return it or throw exception if
current element does not have such attribute.
- getRequiredElementText(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
Read the text of a required element and return it or throw exception if
required element is not found.
- getRequiredElementText(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Read the text of a required element and return it or throw exception if
required element is not found.
- getRHS() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.BinaryExpr
-
- getRHS() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getRoot() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getRoot() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- getRoot() - Method in interface org.xmlpull.v1.builder.XmlElement
-
Get top most container that is either XmlDocument or XmlElement (may be event this element!!!)
- getRootCause() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.JaxenException
-
Retrieve the root cause, if any.
- getRootExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve the root expression of the internal
compiled form of this XPath expression.
- getRootExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
-
- getRootExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
-
- getSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
-
- getSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve an Iterator matching the self xpath
axis.
- getSize() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getSteps() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
-
- getSystemId() - Method in class org.xmlpull.v1.sax2.Driver
-
- getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlDoctype
-
The system identifier of the external subset, as it appears in the DOCTYPE declaration,
without any additional URI escaping applied by the processor.
- getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlNotation
-
The system identifier of the notation,
as it appears in the declaration of the notation,
without any additional URI escaping applied by the processor.
- getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnexpandedEntityReference
-
- getSystemIdentifier() - Method in interface org.xmlpull.v1.builder.XmlUnparsedEntity
-
- getTarget() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getTarget() - Method in interface org.xmlpull.v1.builder.XmlProcessingInstruction
-
A string representing the target part of the processing instruction (an XML name).
- getText() - Method in class org.xmlpull.mxp1.MXParser
-
- getText() - Method in interface org.xmlpull.v1.builder.XmlCharacters
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAllNodeStep
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultCommentNodeStep
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultTextNodeStep
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
-
- getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
-
- getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
-
- getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
-
- getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
-
- getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
Returns a textual representation of this pattern
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
-
- getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getText() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getText() - Method in interface org.xmlpull.v1.XmlPullParser
-
Returns the text content of the current event as String.
- getTextCharacters(int[]) - Method in class org.xmlpull.mxp1.MXParser
-
- getTextCharacters(int[]) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- getTextCharacters(int[]) - Method in interface org.xmlpull.v1.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.
- getTextStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
-
- getTextStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
-
Retrieve the string-value of a text node.
- getTopAdapter() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- getType() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getType() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getType() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
XML Infoset [attribute type]
- getType(int) - Method in class org.xmlpull.v1.sax2.Driver
-
- getType(String, String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getType(String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getUnionPatterns() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
If this pattern is a union pattern then this
method should return an array of patterns which
describe the union pattern, which should contain more than one pattern.
- getUnionPatterns() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- getURI(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
Returns the URI of the current prefix or "" if no URI can be found
- getURI(int) - Method in class org.xmlpull.v1.sax2.Driver
-
- getValue() - Method in class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter
-
- getValue() - Method in class org.xmlpull.v1.builder.impl.XmlAttributeImpl
-
- getValue() - Method in interface org.xmlpull.v1.builder.XmlAttribute
-
XML Infoset [normalized value] property
- getValue(int) - Method in class org.xmlpull.v1.sax2.Driver
-
- getValue(String, String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getValue(String) - Method in class org.xmlpull.v1.sax2.Driver
-
- getVariableContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve the VariableContext used by this XPath
expression.
- getVariableContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getVariableContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve the VariableContext used by this XPath
expression.
- getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
-
- getVariableValue(String, String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.VariableContext
-
An implementation should return the value of an xpath variable
based on the namespace uri and local name of the variable-reference
expression.
- getVersion() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- getVersion() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- getVersion() - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- getWriter() - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- getXPath() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
-
Retrieve the expression containing the error.
- getXPath() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
-
- getXPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
Retrieve the simplified Jaxen XPath expression tree.
- getXPathExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
Retrieve the Jaxen XPath expression tree, optionally
simplified.
- getXPathFactory() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
Retrieve the Jaxen XPathFactory used
during the parse to construct the XPath expression tree.
- getXPathHandler() - Method in class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
-
- getXPathHandler() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.SAXPathEventSource
-
Retrieve the current
XPathHandler
which receives the event callbacks.
- GREATER_THAN - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- GREATER_THAN_EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- NameFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.1 string name(node-set?)
- NameFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
-
- names() - Method in class org.xmlpull.v1.samples.XMLRPCDecoder
-
- namesInterned - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- NAMESPACE - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
-
The namespace axis
- NAMESPACE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
Matchs a Namespace Node - NOTE this differs from DOM
- NAMESPACE_PREFIXES_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
-
- NAMESPACE_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- NAMESPACE_URI - Static variable in class org.xmlpull.v1.samples.BestDeal
-
- NamespaceContext - Interface in org.xmlpull.v1.builder.xpath.jaxen
-
Resolves namespace prefixes to namespace URIs.
- namespaceDepth - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- namespaceEnd - Variable in class org.xmlpull.mxp1.MXParser
-
- namespaceEnd - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- namespaceEnd - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- namespacePrefix - Variable in class org.xmlpull.mxp1.MXParser
-
- namespacePrefix - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- namespacePrefix - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- namespacePrefixHash - Variable in class org.xmlpull.mxp1.MXParser
-
- namespaces() - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- namespaces() - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- namespaces() - Method in interface org.xmlpull.v1.builder.XmlElement
-
Return Iterator - null is never returned if there is no children
then iteraotr over empty collection is returned
- NAMESPACES_FEATURE - Static variable in class org.xmlpull.v1.sax2.Driver
-
- NamespaceTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
-
NamespaceTest tests for a given namespace URI.
- NamespaceTest(String, short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
- namespaceUri - Variable in class org.xmlpull.mxp1.MXParser
-
- namespaceUri - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- namespaceUri - Variable in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- NamespaceUriFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.1 string namespace-uri(node-set?)
- NamespaceUriFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
-
- NameTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
-
NameTest tests for a node name.
- NameTest(String, short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
-
- navigationStep(Step) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
-
- Navigator - Interface in org.xmlpull.v1.builder.xpath.jaxen
-
Interface for navigating around an arbitrary object
model, using xpath semantics.
- NCODING - Static variable in class org.xmlpull.mxp1.MXParser
-
- NEGATIVE - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- newComment(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- newComment(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- newComment(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- newDoc() - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
-
- newDoctype(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- newDoctype(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- newDoctype(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- newDocument(String, Boolean, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newDocument() - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create a new document.
- newDocument(String, Boolean, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create a new document with given XML prolog.
- newElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- newElement(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- newElement(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- newElement(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- newElement(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- newElement(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- newElement(String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Create unattached element
- newElement(XmlNamespace, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method newElement
- newElement(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method newElement
- newFragment(String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newFragment(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newFragment(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newFragment(String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create XML fragment that is not associated with any document.
- newFragment(String, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create XML fragment that is not associated with any document.
- newFragment(XmlNamespace, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create XML fragment that is not associated with any document.
- newInstance() - Static method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create a new instance of the builder.
- newInstance(XmlPullParserFactory) - Static method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
- newInstance() - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newInstance(XmlPullParserFactory) - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newInstance(String, Class) - Static method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newInstance() - Static method in class org.xmlpull.v1.XmlPullParserFactory
-
Create a new instance of a PullParserFactory that can be used
to create XML pull parsers (see class description for more
details).
- newInstance(String, Class) - Static method in class org.xmlpull.v1.XmlPullParserFactory
-
- newNamespace(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- newNamespace(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- newNamespace(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- newNamespace(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- newNamespace(String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newNamespace(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- newNamespace(String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Create new namespace with null prefix (namespace name must be not null).
- newNamespace(String, String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Create new namespace with prefix and namespace name (both must be not null).
- newNamespace(String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create a new namespace that is not associated with any XML document.
- newNamespace(String, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Create a new namespace that is not associated with any XML document.
- newParser() - Method in class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder
-
- newParser() - Method in class org.xmlpull.v1.parser_pool.XmlPullParserPool
-
- newProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- newProcessingInstruction(String, String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- newProcessingInstruction(String, String) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- newPullParser() - Method in class org.xmlpull.mxp1.MXParserFactory
-
- newPullParser() - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Creates a new instance of a XML Pull Parser
using the currently configured factory features.
- newPullParserWrapper() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newPullParserWrapper(XmlPullParser) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newSerializer() - Method in class org.xmlpull.mxp1.MXParserFactory
-
- newSerializer() - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Creates a new instance of a XML Serializer.
- newSerializerWrapper() - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newSerializerWrapper(XmlSerializer) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- newString(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
-
- newString(char[], int, int) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
-
If feature name interning is enabled then this funtion
MUST return interned string.
- newStringIntern(char[], int, int) - Method in class org.xmlpull.mxp1.MXParser
-
- newStringIntern(char[], int, int) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
-
This is efficient implementation of pool that returns
interned String based on char[] input.
- next() - Method in class org.xmlpull.mxp1.MXParser
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
-
- next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
-
- next() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- next() - Method in interface org.xmlpull.v1.XmlPullParser
-
Get next parsing event - element content wil be coalesced and only one
TEXT event must be returned for whole element content
(comments and processing instructions will be ignored and emtity references
must be expanded or exception mus be thrown if entity reerence can not be exapnded).
- nextElement() - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
-
- nextEndTag(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
combine nextTag(); pp.require(XmlPullParser.END_TAG, namespace, name);
- nextEndTag(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Call parser nextTag() and check that it is END_TAG, throw exception if not.
- nextEndTag() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextEndTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextEndTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextEndTag() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Call parser nextTag() and check that it is END_TAG, throw exception if not.
- nextEndTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
combine nextTag(); pp.require(XmlPullParser.END_TAG, null, name);
- nextEndTag(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
combine nextTag(); pp.require(XmlPullParser.END_TAG, namespace, name);
- nextImpl() - Method in class org.xmlpull.mxp1.MXParser
-
- nextStartTag(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
call parser nextTag() and check that it is START_TAG, throw exception if not.
- nextStartTag(XmlPullParser, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
combine nextTag(); pp.require(XmlPullParser.START_TAG, null, name);
- nextStartTag(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
combine nextTag(); pp.require(XmlPullParser.START_TAG, namespace, name);
- nextStartTag() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextStartTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextStartTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextStartTag() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
call parser nextTag() and check that it is START_TAG, throw exception if not.
- nextStartTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
combine nextTag(); pp.require(XmlPullParser.START_TAG, null, name);
- nextStartTag(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
combine nextTag(); pp.require(XmlPullParser.START_TAG, namespace, name);
- nextTag() - Method in class org.xmlpull.mxp1.MXParser
-
- nextTag() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- nextTag() - Method in interface org.xmlpull.v1.XmlPullParser
-
Call next() and return event if it is START_TAG or END_TAG
otherwise throw an exception.
- nextText() - Method in class org.xmlpull.mxp1.MXParser
-
- nextText(XmlPullParser, String, String) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Read text content of element ith given namespace and name
(use null namespace do indicate that nemspace should not be checked)
- nextText(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- nextText() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- nextText(String, String) - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Read text content of element ith given namespace and name
(use null namespace do indicate that nemspace should not be checked)
- nextText() - Method in interface org.xmlpull.v1.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.xmlpull.mxp1.MXParser
-
- nextToken() - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- nextToken() - Method in interface org.xmlpull.v1.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 - Static variable in class org.xmlpull.mxp1.MXParser
-
- NO_NAMESPACE - Static variable in interface org.xmlpull.v1.builder.XmlElement
-
- NO_NAMESPACE - Static variable in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
- NO_NAMESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
-
This constant represents the default namespace (empty string "")
- NO_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
Matches no nodes
- NO_OP - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- NodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
-
NodeTest is a simple test on a node.
- NodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTest
-
- NodeTypeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
-
NodeTypeTest matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth.
- NodeTypeTest(short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- NoNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
-
NoNodeTest matches no nodes.
- NoNodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- NormalizeSpaceFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 string normalize-space(string)
- NormalizeSpaceFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
-
- NOT_EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- notations() - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- notations() - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
An unordered set of notation information items,
one for each notation declared in the DTD.
- notations() - Method in interface org.xmlpull.v1.builder.XmlDocument
-
An unordered set of notation information items,
one for each notation declared in the DTD.
- NotFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.3 boolean not(boolean)
- NotFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
-
- number(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- number(double) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- number(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- number(double) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- number(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of a number expression.
- number(double) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of a number expression.
- NumberExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
-
- NumberFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.4 number number(object)
- NumberFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
-
- numberValueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Retrieve a number-value interpretation of this XPath
expression when evaluated against a given context.
- numberValueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve a number-value interpretation of this XPath
expression when evaluated against a given context.
- SAMPLE_XML - Static variable in class org.xmlpull.v1.samples.MyXmlPullApp
-
- SAMPLE_XML - Static variable in class org.xmlpull.v1.samples.XmlPullCount
-
- SAXPathEventSource - Interface in org.xmlpull.v1.builder.xpath.saxpath
-
Interface for any object capable of generating
SAXPath events to an
XPathHandler.
- SAXPathException - Exception in org.xmlpull.v1.builder.xpath.saxpath
-
Base of all SAXPath exceptions.
- SAXPathException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
-
Construct with a given message.
- SAXPathParseException - Exception in org.xmlpull.v1.builder.xpath.saxpath
-
Base of all parse-related SAXPath exceptions.
- SAXPathParseException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.saxpath.SAXPathParseException
-
Construct with the given message.
- seenAmpersand - Variable in class org.xmlpull.mxp1.MXParser
-
- seenBracket - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- seenBracketBracket - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- seenDocdecl - Variable in class org.xmlpull.mxp1.MXParser
-
- seenEndTag - Variable in class org.xmlpull.mxp1.MXParser
-
- seenMarkup - Variable in class org.xmlpull.mxp1.MXParser
-
- seenRoot - Variable in class org.xmlpull.mxp1.MXParser
-
- seenStartTag - Variable in class org.xmlpull.mxp1.MXParser
-
- seenTag - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- selectNodes(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Select all nodes that are selectable by this XPath
expression.
- selectNodes(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Select all nodes that are selectable by this XPath
expression.
- selectNodesForContext(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Select all nodes that are selectable by this XPath
expression on the given Context object.
- selectSingleNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Select only the first node that is selectable by this XPath
expression.
- selectSingleNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Select only the first node that is selectable by this XPath
expression.
- selectSingleNodeForContext(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Select only the first node that is selectable by this XPath
expression.
- SELF - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
-
The self axis
- SelfAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
-
- SelfAxisIterator(Object) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
-
- serialize(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- serialize(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Serialize XML infoset item including serializing of children.
- serialize(XmlSerializer) - Method in interface org.xmlpull.v1.builder.XmlSerializable
-
- serializeEndTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- serializeEndTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Write XML end tag with information provided in XML element.
- serializeItem(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- serializeItem(Object, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Serialize XML infoset item without serializing any of children.
- serializerClasses - Variable in class org.xmlpull.v1.XmlPullParserFactory
-
- serializeStartTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl
-
- serializeStartTag(XmlElement, XmlSerializer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Write XML start tag with information provided in XML element.
- serializeToOutputStream(Object, OutputStream) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Serialize item using default UTF8 encoding.
- serializeToOutputStream(Object, OutputStream, String) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Serialize item to given output stream using given character encoding.
- serializeToString(Object) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Convert item into String representing XML content.
- serializeToWriter(Object, Writer) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Serialize item to given writer.
- setAbsolute(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- setAncestorPattern(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
Adds a pattern for an ancestor of the current
context node used in this pattern.
- setBaseUri(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- setBaseUri(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- setBaseUri(String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
XML Infoset [base URI] property
- setCharacterEncodingScheme(String) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- setCharacterEncodingScheme(String) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- setCharacterEncodingScheme(String) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- setContentHandler(ContentHandler) - Method in class org.xmlpull.v1.sax2.Driver
-
- setContextSupport(ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- setCurrentNamespaceForElements(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- setCurrentNamespaceForElements(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Set namespace to use in startTag(), endTag() and element()
when methods called are those without namespace parameter.
- setDocumentElement(XmlElement) - Method in class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter
-
- setDocumentElement(XmlElement) - Method in class org.xmlpull.v1.builder.impl.XmlDocumentImpl
-
- setDocumentElement(XmlElement) - Method in interface org.xmlpull.v1.builder.XmlDocument
-
- setDTDHandler(DTDHandler) - Method in class org.xmlpull.v1.sax2.Driver
-
- setEntityResolver(EntityResolver) - Method in class org.xmlpull.v1.sax2.Driver
-
- setErrorHandler(ErrorHandler) - Method in class org.xmlpull.v1.sax2.Driver
-
- setExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
-
- setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParser
-
Method setFeature
- setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParserCachingStrings
-
This allows to change name iterning property in this enhanced impl.
- setFeature(String, boolean) - Method in class org.xmlpull.mxp1.MXParserNonValidating
-
This allows to change processing DOCDECL (controls if parser is non-validating).
- setFeature(String, boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setFeature(String, boolean) - Method in class org.xmlpull.v1.sax2.Driver
-
- setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- setFeature(String, boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- setFeature(String, boolean) - Method in interface org.xmlpull.v1.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 class org.xmlpull.v1.XmlPullParserFactory
-
Set the features to be set when XML Pull Parser is created by this factory.
- setFeature(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
-
Set feature identified by name (recommended to be URI for uniqueness).
- setFilterExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
-
- setFunctionContext(FunctionContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Set a FunctionContext for use with this XPath
expression.
- setFunctionContext(FunctionContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- setFunctionContext(FunctionContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Set a FunctionContext for use with this XPath
expression.
- setInput(Reader) - Method in class org.xmlpull.mxp1.MXParser
-
- setInput(InputStream, String) - Method in class org.xmlpull.mxp1.MXParser
-
- setInput(Reader) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- setInput(InputStream, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- setInput(Reader) - Method in interface org.xmlpull.v1.XmlPullParser
-
Set the input source for parser to the given reader and
resets the parser.
- setInput(InputStream, String) - Method in interface org.xmlpull.v1.XmlPullParser
-
Sets the input stream the parser is going to process.
- setLHS(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- setName(String) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- setName(String) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- setName(String) - Method in interface org.xmlpull.v1.builder.XmlElement
-
XML Infoset [local name] property.
- setNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- setNamespace(XmlNamespace) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- setNamespace(XmlNamespace) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Set namespace ot use for theis element.
- setNamespaceAware(boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- setNamespaceAware(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Specifies that the parser produced by this factory will provide
support for XML namespaces.
- setNamespaceContext(NamespaceContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Set a NamespaceContext for use with this
XPath expression.
- setNamespaceContext(NamespaceContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- setNamespaceContext(NamespaceContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Set a NamespaceContext for use with this
XPath expression.
- setNodeSet(List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- setNodeTest(NodeTest) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
Allows the NodeTest to be set
- setOutput(Writer) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setOutput(OutputStream, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setOutput(OutputStream, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- setOutput(Writer) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- setOutput(OutputStream, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Set to use binary output stream with given encoding.
- setOutput(Writer) - Method in interface org.xmlpull.v1.XmlSerializer
-
Set the output to the given writer.
- setParent(XmlContainer) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- setParent(XmlContainer) - Method in class org.xmlpull.v1.builder.impl.XmlElementImpl
-
- setParent(XmlContainer) - Method in interface org.xmlpull.v1.builder.XmlContained
-
- setParent(XmlContainer) - Method in interface org.xmlpull.v1.builder.XmlElement
-
Method setParent
- setParentPattern(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
Adds a pattern for the parent of the current
context node used in this pattern.
- setPosition(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- setPrefix(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setPrefix(String, String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- setPrefix(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- setPrefix(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Binds the given prefix to the given namespace.
- setPrefixCalled - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setProperty(String, Object) - Method in class org.xmlpull.mxp1.MXParser
-
- setProperty(String, Object) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- setProperty(String, Object) - Method in class org.xmlpull.v1.sax2.Driver
-
- setProperty(String, Object) - Method in class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate
-
- setProperty(String, Object) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlPullParser
-
Set the value of a property.
- setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlSerializer
-
Set the value of a property.
- setRHS(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- setRootExpr(Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
-
- setRootExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
-
- setSize(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
-
- setTopAdapter(XmlElementAdapter) - Method in class org.xmlpull.v1.builder.adapter.XmlElementAdapter
-
- setValidating(boolean) - Method in class org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
- setValidating(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
-
Specifies that the parser produced by this factory will be validating
(it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
- setVariableContext(VariableContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
Set a VariableContext for use with this XPath
expression.
- setVariableContext(VariableContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
-
- setVariableContext(VariableContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Set a VariableContext for use with this XPath
expression.
- setVariableValue(String, String, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
-
Set the value associated with a variable.
- setVariableValue(String, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
-
Set the value associated with a variable.
- setXPathFactory(XPathFactory) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
Set the Jaxen XPathFactory to use
during the parse to construct the XPath expression tree.
- setXPathHandler(XPathHandler) - Method in class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
-
- setXPathHandler(XPathHandler) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.SAXPathEventSource
-
Set the
XPathHandler to receive
event callbacks during the parse.
- SimpleFunctionContext - Class in org.xmlpull.v1.builder.xpath.jaxen
-
Simple default implementation of FunctionContext.
- SimpleFunctionContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleFunctionContext
-
Construct.
- SimpleNamespaceContext - Class in org.xmlpull.v1.builder.xpath.jaxen
-
Provides mappings from namespace prefix to namespace URI to the xpath
engine.
- SimpleNamespaceContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
-
- SimpleNamespaceContext(Map) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
-
- SimpleVariableContext - Class in org.xmlpull.v1.builder.xpath.jaxen
-
Simple default implementation for VariableContext.
- SimpleVariableContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
-
Construct.
- SimpleXmlPullApp - Class in org.xmlpull.v1.samples
-
Very simple application that demonstrates basics of XMLPULL V1 API.
- SimpleXmlPullApp() - Constructor for class org.xmlpull.v1.samples.SimpleXmlPullApp
-
- simplified - Variable in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
-
- simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
-
- simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
-
- simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
-
- simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
-
- simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
-
- SingleObjectIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
-
- SingleObjectIterator(Object) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
-
- SINGLETON - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
-
- size() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
-
Returns the number of key-value mappings in this map.
- skipS(char) - Method in class org.xmlpull.mxp1.MXParser
-
- skipSubTree() - Method in class org.xmlpull.mxp1.MXParser
-
Skip sub tree that is currently parser positioned on.
- skipSubTree(XmlPullParser) - Method in class org.xmlpull.v1.builder.XmlInfosetBuilder
-
Move parser from START_TAG to the corresponding END_TAG which means
that XML sub tree is skipped.
- skipSubTree(XmlPullParser) - Static method in class org.xmlpull.v1.util.XmlPullUtil
-
Skip sub tree that is currently porser positioned on.
- skipSubTree() - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- skipSubTree() - Method in interface org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Skip sub tree that is currently porser positioned on.
- stack - Variable in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- StackedIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
-
- StackedIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
-
- StackedIterator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
-
- stackSize() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- START_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
-
Signalize that parser is at the very beginning of the document
and nothing was read yet.
- START_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
-
- startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startAbsoluteLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an absolute location path expression.
- startAdditiveExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startAdditiveExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startAdditiveExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an additive ('+' or '-') expression.
- startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startAllNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a node() step.
- startAndExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startAndExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startAndExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an 'and' expression.
- startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startCommentNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a comment() step.
- startDocument(String, Boolean) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- startDocument(String, Boolean) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- startDocument(String, Boolean) - Method in interface org.xmlpull.v1.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, String, String) - Method in class org.xmlpull.v1.sax2.Driver
-
Calls
startElement
on the
ContentHandler with
this driver object as the
Attributes implementation.
- startEqualityExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startEqualityExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startEqualityExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an equality ('=' or '!=') expression.
- startFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a filter expression.
- startFunction(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startFunction(String, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startFunction(String, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of a function call.
- startMultiplicativeExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startMultiplicativeExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startMultiplicativeExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
- startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startNameStep(int, String, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a name step.
- startOrExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startOrExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startOrExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an 'or' expression.
- startPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startPathExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startPathExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a path expression.
- startPredicate() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startPredicate() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startPredicate() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a predicate.
- startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startProcessingInstructionNodeStep(int, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a processing-instruction(...) step.
- startRelationalExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startRelationalExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startRelationalExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
- startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startRelativeLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a relative location path expression.
- StartsWithFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 boolean starts-with(string,string)
- StartsWithFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StartsWithFunction
-
- startTag(String, String) - Method in class org.xmlpull.mxp1_serializer.MXSerializer
-
- startTag(String) - Method in class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- startTag(String, String) - Method in class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate
-
- startTag(String) - Method in interface org.xmlpull.v1.wrapper.XmlSerializerWrapper
-
Write start tag in current namespace with name given as argument.
- startTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Writes a start tag with the given namespace and name.
- startTagIncomplete - Variable in class org.xmlpull.mxp1_serializer.MXSerializer
-
- startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startTextNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a text() step.
- startUnaryExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startUnaryExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startUnaryExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a unary ('+' or '-') expression.
- startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
-
- startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startUnionExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of a union ('|') expression.
- startXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- startXPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- startXPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
-
Receive notification of the start of an XPath expression parse.
- StaticXmlPullParserWrapper - Class in org.xmlpull.v1.wrapper.classic
-
This class seemlesly extends exisiting parser implementation by adding new methods
(provided by XmlPullUtil) and delegating exisiting methods to parser implementation.
- StaticXmlPullParserWrapper(XmlPullParser) - Constructor for class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper
-
- StaticXmlSerializerWrapper - Class in org.xmlpull.v1.wrapper.classic
-
This class seemlesly extends exisiting serialzier implementation by adding new methods
(provided by XmlPullUtil) and delegating exisiting methods to parser implementation.
- StaticXmlSerializerWrapper(XmlSerializer, XmlPullWrapperFactory) - Constructor for class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper
-
- Step - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
-
- stringCachedParserAvailable - Static variable in class org.xmlpull.mxp1.MXParserFactory
-
- StringFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 string string(object)
- StringFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StringFunction
-
- StringLengthFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 number string-length(string)
- StringLengthFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StringLengthFunction
-
- stringValueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
-
- stringValueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
-
Retrieve a string-value interpretation of this XPath
expression when evaluated against a given context.
- SubstringAfterFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 string substring-after(string,string)
- SubstringAfterFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringAfterFunction
-
- SubstringBeforeFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 string substring-before(string,string)
- SubstringBeforeFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringBeforeFunction
-
- SubstringFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.2 string substring(string,number,number?)
- SubstringFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
-
- SUBTRACT - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- SumFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
-
4.4 number sum(node-set)
- SumFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
-
- systemId - Variable in class org.xmlpull.v1.sax2.Driver
-