Home
last modified time | relevance | path

Searched refs:getPublicId (Results 1 – 25 of 40) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java62 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
77 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
92 this.setPublicId( spe.getPublicId() ); in SAXSourceLocator()
107 public String getPublicId() in getPublicId() method in SAXSourceLocator
109 return (null == m_locator) ? super.getPublicId() : m_locator.getPublicId(); in getPublicId()
DDefaultErrorHandler.java352 String id = (null != locator.getPublicId() ) in printLocation()
353 ? locator.getPublicId() in printLocation()
DTreeWalker.java302 m_locator.setPublicId(loc.getPublicId()); in startNode()
DDOMHelper.java1160 url = entity.getPublicId(); in getUnparsedEntityURI()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java70 public String getPublicId() in getPublicId() method in ElemTemplate
98 m_publicId = locator.getPublicId(); in setLocaterInfo()
DElemTemplateElement.java710 public String getPublicId() in getPublicId() method in ElemTemplateElement
712 return (null != m_parentNode) ? m_parentNode.getPublicId() : null; in getPublicId()
DStylesheet.java1231 m_publicId = locator.getPublicId(); in setLocaterInfo()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DNodeLocator.java62 public String getPublicId() in getPublicId() method in NodeLocator
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java518 public String getPublicId() in getPublicId() method in Expression
522 return m_parent.getPublicId(); in getPublicId()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidator.java152 file.getPublicId(), mAndroidSdkPath); in validateFiles()
/external/libxml2/os400/libxmlrpg/
DSAX.rpgle18 d getPublicId pr * extproc('getPublicId') const xmlChar *
/external/libxml2/include/libxml/
DSAX.h27 getPublicId (void *ctx);
Dparser.h322 const xmlChar *(*getPublicId)(void *ctx); member
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMSerializer.java196 String publicId = docType.getPublicId(); in writeDocumentType()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorLRE.java108 slocator.setPublicId(locator.getPublicId()); in startElement()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java276 m_locator.setPublicId(loc.getPublicId()); in startNode()
/external/libxml2/python/
Ddrv_libxml2.py92 def getPublicId(self): member in Locator
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
DHTMLScanner.java134 public String getPublicId() { in getPublicId() method in HTMLScanner
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java400 fLocator.setPublicId(loc.getPublicId()); in startNode()
501 String publicId = node.getPublicId(); in serializeDocType()
1715 if (ent.getPublicId() != null in isEntityReferneceWellFormed()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1321 return dtd.getPublicId(); in getDocumentTypeDeclarationPublicIdentifier()
1450 url = entity.getPublicId(); in getUnparsedEntityURI()
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java443 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId()); in parse()
485 String publicid = s.getPublicId(); in getReader()
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/libxml2/
Dglobals.c522 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()

12