Class SelectorDocument.Selector.Xpath.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xsdschema.SelectorDocument.Selector.Xpath.Factory
-
- Enclosing interface:
- SelectorDocument.Selector.Xpath
public static final class SelectorDocument.Selector.Xpath.Factory extends java.lang.ObjectA factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectorDocument.Selector.XpathnewInstance()static SelectorDocument.Selector.XpathnewInstance(XmlOptions options)static SelectorDocument.Selector.XpathnewValue(java.lang.Object obj)
-
-
-
Method Detail
-
newValue
public static SelectorDocument.Selector.Xpath newValue(java.lang.Object obj)
-
newInstance
public static SelectorDocument.Selector.Xpath newInstance()
-
newInstance
public static SelectorDocument.Selector.Xpath newInstance(XmlOptions options)
-
-