|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.SpecBase
weblogic.xml.security.specs.ElementIdentifier
public class ElementIdentifier
Field Summary |
---|
Constructor Summary | |
---|---|
ElementIdentifier(QName name)
Deprecated. |
|
ElementIdentifier(QName name,
String restriction)
Deprecated. |
|
ElementIdentifier(String namespace,
String type)
Deprecated. |
|
ElementIdentifier(String namespace,
String type,
String restriction)
Deprecated. |
|
ElementIdentifier(weblogic.xml.stream.XMLInputStream in,
String ns)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. |
protected void |
fromXMLInternal(weblogic.xml.stream.XMLInputStream in,
String ns)
Deprecated. |
String |
getLocalName()
Deprecated. |
String |
getNamespace()
Deprecated. |
String |
getRestriction()
Deprecated. |
weblogic.xml.stream.XMLName |
getXMLName()
Deprecated. |
int |
hashCode()
Deprecated. |
static void |
main(String[] args)
Deprecated. |
String |
toString()
Deprecated. |
void |
toXML(weblogic.xml.stream.XMLOutputStream out,
String ns,
int indent)
Deprecated. |
static boolean |
validRestriction(String restriction)
Deprecated. |
Methods inherited from class weblogic.xml.security.specs.SpecBase |
---|
toXML |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementIdentifier(String namespace, String type)
public ElementIdentifier(QName name, String restriction)
public ElementIdentifier(QName name)
public ElementIdentifier(String namespace, String type, String restriction)
public ElementIdentifier(weblogic.xml.stream.XMLInputStream in, String ns) throws weblogic.xml.stream.XMLStreamException
weblogic.xml.stream.XMLStreamException
Method Detail |
---|
public weblogic.xml.stream.XMLName getXMLName()
public String getRestriction()
public String getLocalName()
public String getNamespace()
public void toXML(weblogic.xml.stream.XMLOutputStream out, String ns, int indent) throws weblogic.xml.stream.XMLStreamException
toXML
in class SpecBase
weblogic.xml.stream.XMLStreamException
public static final boolean validRestriction(String restriction)
protected void fromXMLInternal(weblogic.xml.stream.XMLInputStream in, String ns) throws weblogic.xml.stream.XMLStreamException
fromXMLInternal
in class SpecBase
weblogic.xml.stream.XMLStreamException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public static void main(String[] args) throws Exception
Exception
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |