public final class SVGSchema extends Schema
| Modifier and Type | Field and Description |
|---|---|
static String |
aSVG_WIDTH |
static String |
aSVG_XFACAPTION |
static String |
aSVG_XFACONTENT |
XFAAVAILABILITY_ALL, XFAAVAILABILITY_CORE, XFAAVAILABILITY_DEPRECATED, XFAAVAILABILITY_DYNAMIC, XFAAVAILABILITY_PLUGIN, XFAAVAILABILITY_XFADESIGNER, XFAAVAILABILITY_XFAF, XFAAVAILABILITY_XFASUBSET, XFAVERSION_10, XFAVERSION_21, XFAVERSION_22, XFAVERSION_23, XFAVERSION_24, XFAVERSION_25, XFAVERSION_26, XFAVERSION_27, XFAVERSION_28, XFAVERSION_29, XFAVERSION_30, XFAVERSION_31, XFAVERSION_32, XFAVERSION_33, XFAVERSION_34, XFAVERSION_35, XFAVERSION_CONFIGURATIONHEAD, XFAVERSION_CONNECTIONSETHEAD, XFAVERSION_HEAD, XFAVERSION_LOCALESETHEAD, XFAVERSION_OBS, XFAVERSION_SOURCESETHEAD| Modifier and Type | Method and Description |
|---|---|
String |
getAtom(int eTag)
Get the Atom corresponding to this class tag
Note that this is a schema-specific look-up!
We no longer assume all class Tags are defined in XFA
|
int |
getAttributeTag(String aNS,
String aAttrName)
Find a schema tag given an atom representing an attribute name
|
int |
getElementTag(String aNS,
String aNodeName)
Find a schema tag given an atom representing an element name
|
static SVGSchema |
getSVGSchema()
Get the static version of the SVG Schema
|
static int |
getTagImpl(String aSVGName,
boolean bIsElement) |
addForeignSchema, defaultAttribute, getInstance, getNodeSchema, getNS, newAttribute, nullSchema, putForeignElementpublic static final String aSVG_WIDTH
public static final String aSVG_XFACAPTION
public static final String aSVG_XFACONTENT
public static SVGSchema getSVGSchema()
public static int getTagImpl(String aSVGName, boolean bIsElement)
aSVGName - the name to lookupbIsElement - a clue whether we're looking for an element name or attribute
namepublic String getAtom(int eTag)
SchemagetAtom in class SchemaeTag - the class tag to look upSchema.getAtom(int)public int getAttributeTag(String aNS, String aAttrName)
SchemagetAttributeTag in class SchemaaNS - the namespace for this attribute. This String must be interned.aAttrName - the input attribute name to search for. This String must be interned.Schema.getAttributeTag(String, String)public int getElementTag(String aNS, String aNodeName)
SchemagetElementTag in class SchemaaNS - the namespace for this elementaNodeName - the input element name to search forSchema.getElementTag(String, String)Copyright © 2010 - 2020 Adobe. All Rights Reserved