|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.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(XMLInputStream in,
String ns)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. |
protected void |
fromXMLInternal(XMLInputStream in,
String ns)
Deprecated. |
String |
getLocalName()
Deprecated. |
String |
getNamespace()
Deprecated. |
String |
getRestriction()
Deprecated. |
XMLName |
getXMLName()
Deprecated. |
int |
hashCode()
Deprecated. |
static void |
main(String[] args)
Deprecated. |
String |
toString()
Deprecated. |
void |
toXML(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(XMLInputStream in, String ns) throws XMLStreamException
XMLStreamException
Method Detail |
---|
public XMLName getXMLName()
public String getRestriction()
public String getLocalName()
public String getNamespace()
public void toXML(XMLOutputStream out, String ns, int indent) throws XMLStreamException
toXML
in class SpecBase
XMLStreamException
public static final boolean validRestriction(String restriction)
protected void fromXMLInternal(XMLInputStream in, String ns) throws XMLStreamException
fromXMLInternal
in class SpecBase
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
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |