|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.xml.stream.ElementFactory
public class ElementFactory
Defines a utility to create the interfaces in the stream package
XMLName
,
AttributeIterator
,
StartElement
,
EndElement
,
ProcessingInstruction
,
Comment
,
Space
,
CharacterData
,
StartDocument
,
EndDocument
Constructor Summary | |
---|---|
ElementFactory()
Deprecated. |
Method Summary | |
---|---|
static Attribute |
createAttribute(String localName,
String value)
Deprecated. |
static Attribute |
createAttribute(String namespaceUri,
String localName,
String value)
Deprecated. |
static Attribute |
createAttribute(XMLName name,
String value)
Deprecated. |
static Attribute |
createAttribute(XMLName name,
String value,
String type)
Deprecated. |
static AttributeIterator |
createAttributeIterator(Iterator iterator)
Deprecated. |
static CharacterData |
createCharacterData(String content)
Deprecated. |
static Comment |
createComment(String content)
Deprecated. |
static EndDocument |
createEndDocument()
Deprecated. |
static EndElement |
createEndElement(String localName)
Deprecated. |
static EndElement |
createEndElement(String namespaceUri,
String localName)
Deprecated. |
static EndElement |
createEndElement(String namespaceUri,
String localName,
String prefix)
Deprecated. |
static EndElement |
createEndElement(XMLName name)
Deprecated. |
static Attribute |
createNamespaceAttribute(String prefix,
String namespaceUri)
Deprecated. |
static ProcessingInstruction |
createProcessingInstruction(XMLName name,
String content)
Deprecated. |
static Space |
createSpace(String content)
Deprecated. |
static StartDocument |
createStartDocument()
Deprecated. |
static StartDocument |
createStartDocument(String encoding)
Deprecated. |
static StartDocument |
createStartDocument(String encoding,
String version)
Deprecated. |
static StartDocument |
createStartDocument(String encoding,
String version,
String standalone)
Deprecated. |
static StartElement |
createStartElement(String localName)
Deprecated. |
static StartElement |
createStartElement(String namespaceUri,
String localName)
Deprecated. |
static StartElement |
createStartElement(String namespaceURI,
String localName,
String prefix)
Deprecated. |
static StartElement |
createStartElement(XMLName name)
Deprecated. |
static StartElement |
createStartElement(XMLName name,
AttributeIterator attributes)
Deprecated. |
static StartElement |
createStartElement(XMLName name,
AttributeIterator attributes,
AttributeIterator namespaces)
Deprecated. |
static XMLName |
createXMLName(String localName)
Deprecated. |
static XMLName |
createXMLName(String namespaceUri,
String localName)
Deprecated. |
static XMLName |
createXMLName(String namespaceUri,
String localName,
String prefix)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementFactory()
Method Detail |
---|
public static XMLName createXMLName(String localName)
public static XMLName createXMLName(String namespaceUri, String localName)
public static XMLName createXMLName(String namespaceUri, String localName, String prefix)
public static Attribute createAttribute(String localName, String value)
public static Attribute createAttribute(String namespaceUri, String localName, String value)
public static Attribute createAttribute(XMLName name, String value, String type)
public static Attribute createAttribute(XMLName name, String value)
public static Attribute createNamespaceAttribute(String prefix, String namespaceUri)
public static StartElement createStartElement(String namespaceURI, String localName, String prefix)
public static StartElement createStartElement(String namespaceUri, String localName)
public static StartElement createStartElement(String localName)
public static StartElement createStartElement(XMLName name)
public static StartElement createStartElement(XMLName name, AttributeIterator attributes)
public static StartElement createStartElement(XMLName name, AttributeIterator attributes, AttributeIterator namespaces)
public static EndElement createEndElement(XMLName name)
public static EndElement createEndElement(String namespaceUri, String localName, String prefix)
public static EndElement createEndElement(String namespaceUri, String localName)
public static EndElement createEndElement(String localName)
public static CharacterData createCharacterData(String content)
public static ProcessingInstruction createProcessingInstruction(XMLName name, String content)
public static Space createSpace(String content)
public static Comment createComment(String content)
public static StartDocument createStartDocument()
public static StartDocument createStartDocument(String encoding, String version, String standalone)
public static StartDocument createStartDocument(String encoding, String version)
public static StartDocument createStartDocument(String encoding)
public static EndDocument createEndDocument()
public static AttributeIterator createAttributeIterator(Iterator iterator)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |