Package org.apache.xmlbeans.impl.store
Class Locale
java.lang.Object
org.apache.xmlbeans.impl.store.Locale
- All Implemented Interfaces:
XmlLocale,Saaj.SaajCallback,DOMImplementation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassociateSourceName(Cur c, XmlOptions options) static voidautoTypeDocument(Cur c, SchemaType requestedType, XmlOptions options) static voidcreateDocument(String uri, String qname, DocumentType doctype) createDocumentType(String qname, String publicId, String systemId) createSoapElement(QName name, QName parentName) voidenter()voidvoidexit()voidgetFeature(String feature, String version) static LocalegetLocale(SchemaTypeLoader stl, XmlOptions options) getSaajData(Node n) booleanhasFeature(String feature, String version) importSoapElement(Document doc, Element elem, boolean deep, QName parentName) load(InputStream in) load(InputStream in, XmlOptions options) load(Reader r, XmlOptions options) load(String s, XmlOptions options) voidloadNode(Node n, Locale.LoadContext context) static DOMImplementationnewDomImplementation(SchemaTypeLoader stl, XmlOptions options) static XmlObjectnewInstance(SchemaTypeLoader stl, SchemaType type, XmlOptions options) static XmlSaxHandlernewSaxHandler(SchemaTypeLoader stl, SchemaType type, XmlOptions options) static XmlCursornodeToCursor(Node n) static XmlObjectstatic XMLStreamReaderbooleannoSync()static XmlObjectparseToXmlObject(SchemaTypeLoader stl, InputStream is, SchemaType type, XmlOptions options) static XmlObjectparseToXmlObject(SchemaTypeLoader stl, Reader reader, SchemaType type, XmlOptions options) static XmlObjectparseToXmlObject(SchemaTypeLoader stl, String xmlText, SchemaType type, XmlOptions options) static XmlObjectparseToXmlObject(SchemaTypeLoader stl, XMLStreamReader xsr, SchemaType type, XmlOptions options) static XmlObjectparseToXmlObject(SchemaTypeLoader stl, Node node, SchemaType type, XmlOptions options) voidsetSaajData(Node n, Object o) static Nodebooleansync()static booleanlongversion()
-
Method Details
-
getLocale
-
associateSourceName
-
autoTypeDocument
public static void autoTypeDocument(Cur c, SchemaType requestedType, XmlOptions options) throws XmlException - Throws:
XmlException
-
newInstance
-
newDomImplementation
-
parseToXmlObject
public static XmlObject parseToXmlObject(SchemaTypeLoader stl, String xmlText, SchemaType type, XmlOptions options) throws XmlException - Throws:
XmlException
-
parseToXmlObject
public static XmlObject parseToXmlObject(SchemaTypeLoader stl, XMLStreamReader xsr, SchemaType type, XmlOptions options) throws XmlException - Throws:
XmlException
-
parseToXmlObject
public static XmlObject parseToXmlObject(SchemaTypeLoader stl, InputStream is, SchemaType type, XmlOptions options) throws XmlException, IOException - Throws:
XmlExceptionIOException
-
parseToXmlObject
public static XmlObject parseToXmlObject(SchemaTypeLoader stl, Reader reader, SchemaType type, XmlOptions options) throws XmlException, IOException - Throws:
XmlExceptionIOException
-
parseToXmlObject
public static XmlObject parseToXmlObject(SchemaTypeLoader stl, Node node, SchemaType type, XmlOptions options) throws XmlException - Throws:
XmlException
-
loadNode
-
newSaxHandler
public static XmlSaxHandler newSaxHandler(SchemaTypeLoader stl, SchemaType type, XmlOptions options) -
clearThreadLocals
public static void clearThreadLocals() -
toFirstChildElement
-
version
public long version() -
enter
-
enter
public void enter() -
exit
-
exit
public void exit() -
noSync
public boolean noSync() -
sync
public boolean sync() -
load
- Throws:
XmlExceptionIOException
-
load
- Throws:
XmlExceptionIOException
-
load
- Throws:
XmlExceptionIOException
-
load
- Throws:
XmlExceptionIOException
-
load
- Throws:
XmlException
-
load
- Throws:
XmlException
-
createDocument
- Specified by:
createDocumentin interfaceDOMImplementation
-
createDocumentType
- Specified by:
createDocumentTypein interfaceDOMImplementation
-
hasFeature
- Specified by:
hasFeaturein interfaceDOMImplementation
-
getFeature
- Specified by:
getFeaturein interfaceDOMImplementation
-
nodeToCursor
-
nodeToXmlObject
-
nodeToXmlStream
-
streamToNode
-
setSaajData
- Specified by:
setSaajDatain interfaceSaaj.SaajCallback
-
getSaajData
- Specified by:
getSaajDatain interfaceSaaj.SaajCallback
-
createSoapElement
- Specified by:
createSoapElementin interfaceSaaj.SaajCallback
-
importSoapElement
- Specified by:
importSoapElementin interfaceSaaj.SaajCallback
-
getSchemaTypeLoader
-